|
|||||||||
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.Stage<Incoming,Outgoing>
cascading.flow.stream.ElementStage<cascading.tuple.TupleEntry,cascading.tuple.TupleEntry>
cascading.flow.stream.MergeStage
cascading.flow.local.stream.SyncMergeStage
public class SyncMergeStage
A version of Merge that synchronizes the receives for local mode
Field Summary |
---|
Fields inherited from class cascading.flow.stream.MergeStage |
---|
completeCount |
Fields inherited from class cascading.flow.stream.ElementStage |
---|
branchNames, flowElement, flowProcess, incomingScopes, outgoingScopes, trapHandler |
Fields inherited from class cascading.flow.stream.Duct |
---|
next |
Constructor Summary | |
---|---|
SyncMergeStage(cascading.flow.FlowProcess flowProcess,
cascading.flow.FlowElement flowElement)
|
Method Summary | |
---|---|
void |
receive(cascading.flow.stream.Duct previous,
cascading.tuple.TupleEntry tupleEntry)
synchronized, as by default, each source gets its turn, no concurrent threads. |
Methods inherited from class cascading.flow.stream.MergeStage |
---|
bind, complete, initialize, start |
Methods inherited from class cascading.flow.stream.ElementStage |
---|
addIncomingScope, addOutgoingScope, cleanup, equals, getBranchNames, getFlowElement, getIncomingScopes, getOutgoingFields, getOutgoingScopes, handleException, handleReThrowableException, hashCode, hasTrapHandler, setBranchNames, setTrapHandler, toString |
Methods inherited from class cascading.flow.stream.Duct |
---|
getNext, getNextFor, prepare, receiveFirst |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SyncMergeStage(cascading.flow.FlowProcess flowProcess, cascading.flow.FlowElement flowElement)
Method Detail |
---|
public void receive(cascading.flow.stream.Duct previous, cascading.tuple.TupleEntry tupleEntry)
receive
in class cascading.flow.stream.Stage<cascading.tuple.TupleEntry,cascading.tuple.TupleEntry>
previous
- tupleEntry
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |