public class HadoopNodeStats extends cascading.stats.BaseCachedNodeStats<Configuration,cascading.stats.FlowNodeStats,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Long>>>
| Modifier | Constructor and Description |
|---|---|
protected |
HadoopNodeStats(HadoopStepStats parentStepStats,
Configuration configuration,
HadoopSliceStats.Kind kind,
cascading.flow.FlowNode flowNode,
cascading.management.state.ClientState clientState)
Constructor CascadingStats creates a new CascadingStats instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttempt(TaskCompletionEvent event) |
protected void |
addTaskStats(TaskReport[] taskReports,
boolean skipLast) |
protected boolean |
captureChildDetailInternal() |
java.lang.String |
getKind() |
cachedCounters, captureDetail, getChildren, getChildWith, getCounterGroups, getCounterGroupsMatching, getCountersFor, getCounterValue, getCounterValue, getLastSuccessfulCounterFetchTime, isAllChildrenFinished, recordChildStatsgetFlowNode, getID, getOrdinal, getProcessLogger, getType, hasCapturedFinalDetail, recordInfo, toStringaddListener, captureDetail, cleanup, fireListeners, 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, setStatsStoreIntervalprotected HadoopNodeStats(HadoopStepStats parentStepStats, Configuration configuration, HadoopSliceStats.Kind kind, cascading.flow.FlowNode flowNode, cascading.management.state.ClientState clientState)
parentStepStats - configuration - kind - flowNode - clientState - public java.lang.String getKind()
getKind in class cascading.stats.FlowNodeStatsprotected boolean captureChildDetailInternal()
captureChildDetailInternal in class cascading.stats.BaseCachedNodeStats<Configuration,cascading.stats.FlowNodeStats,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Long>>>protected void addTaskStats(TaskReport[] taskReports, boolean skipLast)
protected void addAttempt(TaskCompletionEvent event)
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.