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
Modifier and TypeFieldDescriptionstatic final int
Destination used when broadcasting a tuple.final int
final Tuple
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AddressedTuple
createFlushTuple
(GeneralTopologyContext workerTopologyContext) int
getDest()
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