cascading.stats
Class CascadeStats
java.lang.Object
cascading.stats.CascadingStats
cascading.stats.CascadeStats
public class CascadeStats
- extends CascadingStats
Class Cascadetats collects Cascade specific statistics.
| Methods inherited from class cascading.stats.CascadingStats |
getDuration, getStatsString, isFailed, isFinished, isPending, isRunning, isStopped, isSuccessful, markFailed, markRunning, markStartTime, markStopped, markSuccessful |
CascadeStats
public CascadeStats()
addFlowStats
public void addFlowStats(FlowStats flowStats)
- Method addFlowStats add a child
Flow {2link FlowStats} instance.
- Parameters:
flowStats - of type FlowStats
getFlowCount
public int getFlowCount()
- Method getFlowCount returns the number of
Flows executed by the Cascade.
- Returns:
- the flowCount (type int) of this CascadeStats object.
toString
public String toString()
- Overrides:
toString in class CascadingStats
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.