cascading.stats
Class FlowStats
java.lang.Object
cascading.stats.CascadingStats
cascading.stats.FlowStats
public class FlowStats
- extends CascadingStats
Class FlowStats collects Flow specific statistics.
| Methods inherited from class cascading.stats.CascadingStats |
getDuration, isFailed, isFinished, isPending, isRunning, isStopped, isSuccessful, markFailed, markRunning, markStartTime, markStopped, markSuccessful |
FlowStats
public FlowStats()
getStepsCount
public int getStepsCount()
- Method getStepsCount returns the number of steps this Flow executed.
- Returns:
- the stepsCount (type int) of this FlowStats object.
setStepsCount
public void setStepsCount(int stepsCount)
- Method setStepsCount sets the steps value.
- Parameters:
stepsCount - the stepsCount of this FlowStats object.
getStatsString
protected String getStatsString()
- Overrides:
getStatsString in class CascadingStats
toString
public String toString()
- Overrides:
toString in class CascadingStats
Copyright © 2007-2009 Concurrent, Inc. All Rights Reserved.