Class ProgressAndStateMeter
java.lang.Object
io.nosqlbench.engine.api.activityimpl.ProgressAndStateMeter
- All Implemented Interfaces:
InputProgressMeter,StateCapable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglonglongMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.nosqlbench.engine.api.activityapi.core.progress.InputProgressMeter
getProgressETAMillis, getProgressRatio, getProgressSummary, getProgressTotal
-
Constructor Details
-
ProgressAndStateMeter
-
-
Method Details
-
getProgressName
- Specified by:
getProgressNamein interfaceInputProgressMeter
-
getStartedAtMillis
public long getStartedAtMillis()- Specified by:
getStartedAtMillisin interfaceInputProgressMeter
-
getMinInputCycle
public long getMinInputCycle()- Specified by:
getMinInputCyclein interfaceInputProgressMeter
-
getCurrentInputCycle
public long getCurrentInputCycle()- Specified by:
getCurrentInputCyclein interfaceInputProgressMeter
-
getMaxInputCycle
public long getMaxInputCycle()- Specified by:
getMaxInputCyclein interfaceInputProgressMeter
-
getRecyclesCurrent
public long getRecyclesCurrent()- Specified by:
getRecyclesCurrentin interfaceInputProgressMeter
-
getRecyclesMax
public long getRecyclesMax()- Specified by:
getRecyclesMaxin interfaceInputProgressMeter
-
getRunState
- Specified by:
getRunStatein interfaceStateCapable
-