Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getMockTuples
Method · 0.95
recv
Method · 0.95
serialize
Method · 0.65
TupleImpl
Method · 0.65
createBoltMessage
Method · 0.65
fromTuple
Method · 0.65
execute
Method · 0.65
execute
Method · 0.65
meta
Method · 0.65
execute
Method · 0.65
Implementers
2
TupleImpl
storm-client/src/jvm/org/apache/storm/
StubTuple
external/storm-redis/src/test/java/org
Calls
no outgoing calls
Tested by
1
getMockTuples
Method · 0.76