cascading.flow.stream
Class FunctionEachStage

java.lang.Object
  extended by cascading.flow.stream.Duct<Incoming,Outgoing>
      extended by cascading.flow.stream.Stage<Incoming,Outgoing>
          extended by cascading.flow.stream.ElementStage<Incoming,TupleEntry>
              extended by cascading.flow.stream.OperatorStage<TupleEntry>
                  extended by cascading.flow.stream.EachStage
                      extended by cascading.flow.stream.FunctionEachStage
All Implemented Interfaces:
ElementDuct, Mapping

public class FunctionEachStage
extends EachStage


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

FunctionEachStage

public FunctionEachStage(FlowProcess flowProcess,
                         Each each)
Method Detail

initialize

public void initialize()
Description copied from class: Duct
Called immediately after bind

Overrides:
initialize in class OperatorStage<TupleEntry>

receive

public void receive(Duct previous,
                    TupleEntry incomingEntry)
Overrides:
receive in class Stage<TupleEntry,TupleEntry>


Copyright © 2007-2012 Concurrent, Inc. All Rights Reserved.