MCPcopy Create free account
hub / github.com/apache/storm / getMessageId

Method getMessageId

storm-client/src/jvm/org/apache/storm/tuple/Tuple.java:53–53  ·  view source on GitHub ↗

Gets the message id that associated with this tuple.

()

Source from the content-addressed store, hash-verified

51 * Gets the message id that associated with this tuple.
52 */
53 MessageId getMessageId();
54
55 /**
56 * Gets the topology context associated with the tuple.

Callers 8

serializeMethod · 0.65
TupleImplMethod · 0.65
ackSpoutMsgMethod · 0.65
failSpoutMsgMethod · 0.65
boltEmitMethod · 0.65
ackMethod · 0.65
failMethod · 0.65
resetTimeoutMethod · 0.65

Implementers 2

TupleImplstorm-client/src/jvm/org/apache/storm/
StubTupleexternal/storm-redis/src/test/java/org

Calls

no outgoing calls

Tested by

no test coverage detected