|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcascading.flow.stream.Duct<Incoming,Outgoing>
cascading.flow.stream.Gate<Incoming,Outgoing>
public abstract class Gate<Incoming,Outgoing>
Field Summary | |
---|---|
protected Duct[] |
allPrevious
|
Fields inherited from class cascading.flow.stream.Duct |
---|
next |
Constructor Summary | |
---|---|
Gate()
|
Method Summary | |
---|---|
void |
bind(StreamGraph streamGraph)
|
protected Duct[] |
getAllPreviousFor(StreamGraph streamGraph)
the actual previous in this context, not necessarily the declared previous |
Methods inherited from class cascading.flow.stream.Duct |
---|
cleanup, complete, getNext, getNextFor, initialize, prepare, receive, receiveFirst, start, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Duct[] allPrevious
Constructor Detail |
---|
public Gate()
Method Detail |
---|
public void bind(StreamGraph streamGraph)
bind
in class Duct<Incoming,Outgoing>
protected Duct[] getAllPreviousFor(StreamGraph streamGraph)
streamGraph
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |