Package org.apache.storm.tuple
Class AddressedTuple
java.lang.Object
org.apache.storm.tuple.AddressedTuple
A Tuple that is addressed to a destination.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intDestination used when broadcasting a tuple.final intfinal Tuple
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic AddressedTuplecreateFlushTuple(GeneralTopologyContext workerTopologyContext) intgetDest()getTuple()toString()
- 
Field Details- 
BROADCAST_DESTpublic static final int BROADCAST_DESTDestination used when broadcasting a tuple.- See Also:
 
- 
tuple
- 
destpublic final int dest
 
- 
- 
Constructor Details- 
AddressedTuple
 
- 
- 
Method Details