cascading.stats
Class CascadeStats

java.lang.Object
  extended by cascading.stats.CascadingStats
      extended by cascading.stats.CascadeStats

public class CascadeStats
extends CascadingStats

Class Cascadetats collects Cascade specific statistics.


Constructor Summary
CascadeStats()
           
 
Method Summary
 void addFlowStats(FlowStats flowStats)
          Method addFlowStats add a child Flow {2link FlowStats} instance.
 int getFlowCount()
          Method getFlowCount returns the number of Flows executed by the Cascade.
 String toString()
           
 
Methods inherited from class cascading.stats.CascadingStats
getDuration, getStatsString, isFailed, isFinished, isPending, isRunning, isStopped, isSuccessful, markFailed, markRunning, markStartTime, markStopped, markSuccessful
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CascadeStats

public CascadeStats()
Method Detail

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.