public interface ReadOnlyStatisticsMonitorIfc
Modifier and Type | Method and Description |
---|---|
java.util.Calendar |
getBeginTime() |
int |
getDiscardedCount() |
int |
getDuplicateCount() |
java.util.Calendar |
getEndTime() |
long |
getInputCount() |
long |
getOutputCount() |
int |
getStoredCount() |
boolean |
isCountsSuspect() |
boolean |
isEnabled()
Is statistics really being collected?
|
long getOutputCount()
long getInputCount()
int getStoredCount()
int getDuplicateCount()
int getDiscardedCount()
java.util.Calendar getBeginTime()
java.util.Calendar getEndTime()
boolean isCountsSuspect()
boolean isEnabled()