cascading.stats
Class FlowStats

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

public class FlowStats
extends CascadingStats

Class FlowStats collects Flow specific statistics.


Constructor Summary
FlowStats()
           
 
Method Summary
protected  String getStatsString()
           
 int getStepsCount()
          Method getStepsCount returns the number of steps this Flow executed.
 void setStepsCount(int stepsCount)
          Method setStepsCount sets the steps value.
 String toString()
           
 
Methods inherited from class cascading.stats.CascadingStats
getDuration, 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

FlowStats

public FlowStats()
Method Detail

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-2008 Concurrent, Inc. All Rights Reserved.