|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcascading.stats.CascadingStats
cascading.stats.FlowStepStats
cascading.stats.local.LocalStepStats
public class LocalStepStats
Nested Class Summary |
---|
Nested classes/interfaces inherited from class cascading.stats.CascadingStats |
---|
cascading.stats.CascadingStats.Status |
Field Summary |
---|
Fields inherited from class cascading.stats.CascadingStats |
---|
clientState, STATS_STORE_INTERVAL |
Constructor Summary | |
---|---|
LocalStepStats(cascading.flow.FlowStep<Properties> flowStep,
cascading.management.state.ClientState clientState)
Constructor CascadingStats creates a new CascadingStats instance. |
Method Summary | |
---|---|
void |
captureDetail()
|
Collection |
getChildren()
|
Collection<String> |
getCounterGroups()
|
Collection<String> |
getCounterGroupsMatching(String regex)
|
Collection<String> |
getCountersFor(String group)
|
long |
getCounterValue(Enum counter)
|
long |
getCounterValue(String group,
String counter)
|
void |
increment(Enum counter,
long amount)
|
void |
increment(String group,
String counter,
long amount)
|
void |
recordChildStats()
|
Methods inherited from class cascading.stats.FlowStepStats |
---|
getFlowStep, getID, recordInfo, toString |
Methods inherited from class cascading.stats.CascadingStats |
---|
cleanup, getCountersFor, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalStepStats(cascading.flow.FlowStep<Properties> flowStep, cascading.management.state.ClientState clientState)
Method Detail |
---|
public void recordChildStats()
recordChildStats
in class cascading.stats.FlowStepStats
public Collection<String> getCounterGroups()
getCounterGroups
in class cascading.stats.CascadingStats
public Collection<String> getCounterGroupsMatching(String regex)
getCounterGroupsMatching
in class cascading.stats.CascadingStats
public Collection<String> getCountersFor(String group)
getCountersFor
in class cascading.stats.CascadingStats
public long getCounterValue(Enum counter)
getCounterValue
in class cascading.stats.CascadingStats
public long getCounterValue(String group, String counter)
getCounterValue
in class cascading.stats.CascadingStats
public void increment(Enum counter, long amount)
public void increment(String group, String counter, long amount)
public void captureDetail()
captureDetail
in class cascading.stats.CascadingStats
public Collection getChildren()
getChildren
in class cascading.stats.CascadingStats
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |