MCPcopy 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

initMethod · 0.95
shutdownMethod · 0.80
ackSpoutMsgMethod · 0.80
failSpoutMsgMethod · 0.80
initMethod · 0.80
tupleActionFnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected