public abstract class AbstractIntervalTimerSupplier extends Object implements IntervalTimerSupplier
IntervalTimerSupplier
Constructor and Description |
---|
AbstractIntervalTimerSupplier() |
Modifier and Type | Method and Description |
---|---|
long |
getTimeIntervalMillis()
If state is
StatisticState.ACTIVE or StatisticState.FINISHED should always return getEndTimeMillis()-getStartTimeMillis . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndTimeMillis, getStartTimeMillis, snapshot
getState
public final long getTimeIntervalMillis()
IntervalTimerSupplier
StatisticState.ACTIVE
or StatisticState.FINISHED
should always return getEndTimeMillis()-getStartTimeMillis
.
Otherwise, value is undefined.getTimeIntervalMillis
in interface IntervalTimerSupplier
Copyright © 2019 Actian Corporation. All rights reserved.