|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcascading.pipe.Pipe
cascading.flow.planner.ElementGraph.Extent
public static class ElementGraph.Extent
Field Summary |
---|
Fields inherited from class cascading.pipe.Pipe |
---|
configDef, previous, stepConfigDef |
Constructor Summary | |
---|---|
ElementGraph.Extent(java.lang.String name)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
Scope |
outgoingScopeFor(java.util.Set<Scope> scopes)
Method outgoingScopeFor returns the Scope this FlowElement hands off to the next FlowElement. |
java.lang.String |
toString()
|
Methods inherited from class cascading.pipe.Pipe |
---|
getConfigDef, getHeads, getName, getPrevious, getStepConfigDef, getTrace, hasConfigDef, hashCode, hasProcessConfigDef, isEquivalentTo, names, pipes, print, printInternal, resolveFields, resolveIncomingOperationFields |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementGraph.Extent(java.lang.String name)
Pipe.Pipe(String)
Method Detail |
---|
public Scope outgoingScopeFor(java.util.Set<Scope> scopes)
FlowElement
outgoingScopeFor
in interface FlowElement
outgoingScopeFor
in class Pipe
scopes
- of type Setpublic java.lang.String toString()
toString
in class Pipe
public boolean equals(java.lang.Object object)
equals
in class Pipe
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |