|
|||||||||
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<Incoming,TupleEntry>
cascading.flow.stream.OperatorStage<TupleEntry>
cascading.flow.stream.EachStage
cascading.flow.stream.FunctionEachStage
public class FunctionEachStage
Field Summary |
---|
Fields inherited from class cascading.flow.stream.OperatorStage |
---|
argumentsEntry, argumentsSelector, incomingEntry, operationCall, outgoingEntry, outgoingSelector, outputCollector, remainderFields |
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 | |
---|---|
FunctionEachStage(FlowProcess flowProcess,
Each each)
|
Method Summary | |
---|---|
void |
initialize()
Called immediately after bind |
void |
receive(Duct previous,
TupleEntry incomingEntry)
|
Methods inherited from class cascading.flow.stream.EachStage |
---|
getOutgoingSelector |
Methods inherited from class cascading.flow.stream.OperatorStage |
---|
cleanup, complete, prepare |
Methods inherited from class cascading.flow.stream.ElementStage |
---|
addIncomingScope, addOutgoingScope, equals, getBranchNames, getFlowElement, getIncomingScopes, getOutgoingFields, getOutgoingScopes, handleException, handleReThrowableException, hashCode, hasTrapHandler, setBranchNames, setTrapHandler, toString |
Methods inherited from class cascading.flow.stream.Duct |
---|
bind, getNext, getNextFor, receiveFirst, start |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FunctionEachStage(FlowProcess flowProcess, Each each)
Method Detail |
---|
public void initialize()
Duct
initialize
in class OperatorStage<TupleEntry>
public void receive(Duct previous, TupleEntry incomingEntry)
receive
in class Stage<TupleEntry,TupleEntry>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |