public abstract class Harvestable
extends java.lang.Object
Constructor and Description |
---|
Harvestable(EventService service,
java.lang.String appName) |
Modifier and Type | Method and Description |
---|---|
void |
configure(long reportPeriodInMillis,
int maxSamplesStored) |
java.lang.String |
getAppName() |
abstract java.lang.String |
getEndpointMethodName() |
abstract int |
getMaxSamplesStored() |
void |
harvest() |
public Harvestable(EventService service, java.lang.String appName)
public abstract java.lang.String getEndpointMethodName()
public abstract int getMaxSamplesStored()
public void harvest()
public java.lang.String getAppName()
public void configure(long reportPeriodInMillis, int maxSamplesStored)