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