cascading.stats.hadoop
Class ProcessStepStats

java.lang.Object
  extended by cascading.stats.CascadingStats
      extended by cascading.stats.FlowStepStats
          extended by cascading.stats.hadoop.ProcessStepStats
All Implemented Interfaces:
Serializable

Deprecated. ProcessStepStats will be moved to a different package in Cascading 3.0.

@Deprecated
public class ProcessStepStats
extends FlowStepStats

ProcessStepStats is an implementation of FlowStepStats used in non-hadoop based flows like ProcessFlow.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class cascading.stats.CascadingStats
CascadingStats.Status
 
Field Summary
 
Fields inherited from class cascading.stats.CascadingStats
clientState, STATS_STORE_INTERVAL
 
Constructor Summary
ProcessStepStats(ClientState clientState, Map<String,Map<String,Long>> counters, ProcessFlowStep step)
          Deprecated. Constructs a new ProcessStepStats instance.
 
Method Summary
 void captureDetail()
          Deprecated.  
 Collection getChildren()
          Deprecated.  
 Collection<String> getCounterGroups()
          Deprecated.  
 Collection<String> getCounterGroupsMatching(String regex)
          Deprecated.  
 Collection<String> getCountersFor(String group)
          Deprecated.  
 long getCounterValue(Enum counter)
          Deprecated.  
 long getCounterValue(String group, String counter)
          Deprecated.  
 void recordChildStats()
          Deprecated.  
 
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

ProcessStepStats

public ProcessStepStats(ClientState clientState,
                        Map<String,Map<String,Long>> counters,
                        ProcessFlowStep step)
Deprecated. 
Constructs a new ProcessStepStats instance.

Parameters:
clientState -
counters -
step -
Method Detail

recordChildStats

public void recordChildStats()
Deprecated. 
Specified by:
recordChildStats in class FlowStepStats

getCounterGroups

public Collection<String> getCounterGroups()
Deprecated. 
Specified by:
getCounterGroups in class CascadingStats

getCountersFor

public Collection<String> getCountersFor(String group)
Deprecated. 
Specified by:
getCountersFor in class CascadingStats

getCounterValue

public long getCounterValue(Enum counter)
Deprecated. 
Specified by:
getCounterValue in class CascadingStats

getCounterValue

public long getCounterValue(String group,
                            String counter)
Deprecated. 
Specified by:
getCounterValue in class CascadingStats

captureDetail

public void captureDetail()
Deprecated. 
Specified by:
captureDetail in class CascadingStats

getCounterGroupsMatching

public Collection<String> getCounterGroupsMatching(String regex)
Deprecated. 
Specified by:
getCounterGroupsMatching in class CascadingStats

getChildren

public Collection getChildren()
Deprecated. 
Specified by:
getChildren in class CascadingStats


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.