cascading.flow
Class MapReduceFlowStep

java.lang.Object
  extended by cascading.flow.FlowStep
      extended by cascading.flow.MapReduceFlowStep
All Implemented Interfaces:
Serializable

public class MapReduceFlowStep
extends FlowStep

Class MapReduceFlowStep wraps a JobConf and allows it to be executed as a Flow.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class cascading.flow.FlowStep
FlowStep.FlowStepJob
 
Field Summary
 
Fields inherited from class cascading.flow.FlowStep
group, mapperTraps, reducerTraps
 
Method Summary
 
Methods inherited from class cascading.flow.FlowStep
clean, equals, getAllOperations, getFlowStepJob, getMapperTrap, getName, getNextFlowElement, getNextScope, getNextScopes, getParentFlowName, getPreviousScopes, getReducerTrap, getSourceName, getStepName, hashCode, openSinkForRead, openSourceForRead, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 



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