Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ getTaskObject
Method
getTaskObject
storm-client/src/jvm/org/apache/storm/daemon/Task.java:201–203 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
public
Object getTaskObject() {
202
return
taskObject;
203
}
204
205
public
TaskMetrics getTaskMetrics() {
206
return
taskMetrics;
Callers
6
init
Method · 0.95
shutdown
Method · 0.80
ackSpoutMsg
Method · 0.80
failSpoutMsg
Method · 0.80
init
Method · 0.80
tupleActionFn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected