storm.trident.planner
Class SubtopologyBolt.InitialReceiver

java.lang.Object
  extended by storm.trident.planner.SubtopologyBolt.InitialReceiver
Enclosing class:
SubtopologyBolt

protected class SubtopologyBolt.InitialReceiver
extends java.lang.Object


Constructor Summary
SubtopologyBolt.InitialReceiver(java.lang.String stream, Fields allFields)
           
 
Method Summary
 void addReceiver(TridentProcessor p)
           
 TridentTuple.Factory getOutputFactory()
           
 void receive(ProcessorContext context, Tuple tuple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubtopologyBolt.InitialReceiver

public SubtopologyBolt.InitialReceiver(java.lang.String stream,
                                       Fields allFields)
Method Detail

receive

public void receive(ProcessorContext context,
                    Tuple tuple)

addReceiver

public void addReceiver(TridentProcessor p)

getOutputFactory

public TridentTuple.Factory getOutputFactory()