public abstract class FlowStepStats extends CascadingStats
FlowStep
specific statistics.CascadingStats.Status
clientState, STATS_STORE_INTERVAL
Modifier | Constructor and Description |
---|---|
protected |
FlowStepStats(FlowStep flowStep,
ClientState clientState)
Constructor CascadingStats creates a new CascadingStats instance.
|
Modifier and Type | Method and Description |
---|---|
protected FlowStep |
getFlowStep() |
java.lang.String |
getID()
Method getID returns the ID of this CascadingStats object.
|
abstract void |
recordChildStats() |
void |
recordInfo() |
java.lang.String |
toString() |
captureDetail, cleanup, getChildren, getCounterGroups, getCounterGroupsMatching, getCountersFor, getCountersFor, getCounterValue, getCounterValue, getCurrentDuration, getDuration, getFinishedTime, getName, getPendingTime, getRunTime, getStartTime, getStatsString, getStatus, getSubmitTime, getThrowable, isEngaged, isFailed, isFinished, isPending, isRunning, isSkipped, isStarted, isStopped, isSubmitted, isSuccessful, markFailed, markPending, markPendingTime, markRunning, markRunTime, markSkipped, markStarted, markStartedThenRunning, markStartTime, markStartToRunTime, markStopped, markSubmitted, markSubmitTime, markSuccessful, prepare, recordStats, setStatsStoreInterval
protected FlowStepStats(FlowStep flowStep, ClientState clientState)
public java.lang.String getID()
CascadingStats
getID
in class CascadingStats
protected FlowStep getFlowStep()
public void recordInfo()
recordInfo
in class CascadingStats
public java.lang.String toString()
toString
in class CascadingStats
public abstract void recordChildStats()