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

Method getTaskId

storm-client/src/jvm/org/apache/storm/daemon/Task.java:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 }
188
189 public Integer getTaskId() {
190 return taskId;
191 }
192
193 public String getComponentId() {
194 return componentId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected