cascading.flow.planner
Class ElementGraph.Extent
java.lang.Object
cascading.pipe.Pipe
cascading.flow.planner.ElementGraph.Extent
- All Implemented Interfaces:
- FlowElement, Serializable
- Enclosing class:
- ElementGraph
public static class ElementGraph.Extent
- extends Pipe
- See Also:
- Serialized Form
Methods inherited from class cascading.pipe.Pipe |
getConfigDef, getHeads, getName, getParent, getPrevious, getStepConfigDef, getTrace, hasConfigDef, hashCode, hasStepConfigDef, id, isEquivalentTo, named, names, pipes, print, printInternal, resolveIncomingOperationArgumentFields, resolveIncomingOperationPassThroughFields, setParent |
ElementGraph.Extent
public ElementGraph.Extent(String name)
- See Also:
Pipe.Pipe(String)
outgoingScopeFor
public Scope outgoingScopeFor(Set<Scope> scopes)
- Description copied from interface:
FlowElement
- Method outgoingScopeFor returns the Scope this FlowElement hands off to the next FlowElement.
- Specified by:
outgoingScopeFor
in interface FlowElement
- Overrides:
outgoingScopeFor
in class Pipe
- Parameters:
scopes
- of type Set
- Returns:
- Scope
toString
public String toString()
- Overrides:
toString
in class Pipe
equals
public boolean equals(Object object)
- Overrides:
equals
in class Pipe
Copyright © 2007-2014 Concurrent, Inc. All Rights Reserved.