public interface UnifiedStatisticsMonitorIfc extends InputStatisticsMonitorIfc, OutputStatisticsMonitorIfc, ReadOnlyStatisticsMonitorIfc, StoredStatisticsMonitorIfc, DuplicateStatisticsMonitorIfc, DiscardedStatisticsMonitorIfc
Modifier and Type | Method and Description |
---|---|
ReadOnlyStatisticsMonitorIfc |
reset()
Simultaneously make a new copy of this object with all the current statistics,
and reset the current stats to 0 (and begintime to current time).
|
incrementIn, incrementIn, setCountsSuspect
incrementOut
getBeginTime, getDiscardedCount, getDuplicateCount, getEndTime, getInputCount, getOutputCount, getStoredCount, isCountsSuspect, isEnabled
decrementStored, incrementStored
incrementDuplicate
beginDiscardedConditional, endDiscardedConditional, incrementDiscarded, incrementDiscardedConditional
ReadOnlyStatisticsMonitorIfc reset()