public abstract class FlowNodeStats extends CascadingStats<FlowSliceStats>
FlowNode
specific statistics.CascadingStats.Status, CascadingStats.Type
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasCapturedFinalDetail |
clientState, finishedTime, lastCaptureDetail, listeners, name, pendingTime, runTime, startTime, STATS_COMPLETE_CHILD_DETAILS_BLOCK_DURATION, STATS_STORE_INTERVAL, status, submitTime, throwable, throwableTrace
Modifier | Constructor and Description |
---|---|
protected |
FlowNodeStats(FlowNode flowNode,
ClientState clientState) |
Modifier and Type | Method and Description |
---|---|
FlowNode |
getFlowNode() |
java.lang.String |
getID()
Method getID returns the ID of this CascadingStats object.
|
abstract java.lang.String |
getKind() |
int |
getOrdinal() |
protected ProcessLogger |
getProcessLogger() |
CascadingStats.Type |
getType() |
boolean |
hasCapturedFinalDetail() |
abstract void |
recordChildStats() |
void |
recordInfo() |
java.lang.String |
toString() |
addListener, captureDetail, captureDetail, cleanup, fireListeners, getChildren, getChildWith, getCounterGroupsMatching, getCountersFor, getCurrentDuration, getDuration, getFinishedTime, getName, getPendingTime, getPrefix, getRunTime, getStartTime, getStatsString, getStatus, getSubmitTime, getThrowable, getThrowableTrace, isDetailStale, isEngaged, isFailed, isFinished, isPending, isRunning, isSkipped, isStarted, isStopped, isSubmitted, isSuccessful, logDebug, logError, logError, logInfo, logWarn, markDetailCaptured, markFailed, markFailed, markFailed, markFailed, markFinishedTime, markPending, markPendingTime, markRunning, markRunTime, markSkipped, markStarted, markStartedThenRunning, markStartTime, markStartToRunTime, markStopped, markSubmitted, markSubmitTime, markSuccessful, prepare, recordStats, removeListener, setStatsStoreInterval
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCounterGroups, getCountersFor, getCounterValue, getCounterValue, getLastSuccessfulCounterFetchTime
protected boolean hasCapturedFinalDetail
protected FlowNodeStats(FlowNode flowNode, ClientState clientState)
public abstract java.lang.String getKind()
protected ProcessLogger getProcessLogger()
getProcessLogger
in class CascadingStats<FlowSliceStats>
public java.lang.String getID()
CascadingStats
getID
in class CascadingStats<FlowSliceStats>
public CascadingStats.Type getType()
getType
in class CascadingStats<FlowSliceStats>
public FlowNode getFlowNode()
public int getOrdinal()
public void recordInfo()
recordInfo
in class CascadingStats<FlowSliceStats>
public java.lang.String toString()
toString
in class CascadingStats<FlowSliceStats>
public abstract void recordChildStats()
public boolean hasCapturedFinalDetail()
Copyright © 2007-2015 Xplenty, Inc. All Rights Reserved.