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

Method getSourceTask

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

Gets the id of the task that created this tuple.

()

Source from the content-addressed store, hash-verified

41 * Gets the id of the task that created this tuple.
42 */
43 int getSourceTask();
44
45 /**
46 * Gets the id of the stream that this tuple was emitted to.

Callers 10

getMockTuplesMethod · 0.95
recvMethod · 0.95
serializeMethod · 0.65
TupleImplMethod · 0.65
createBoltMessageMethod · 0.65
fromTupleMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
metaMethod · 0.65
executeMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

getMockTuplesMethod · 0.76