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

Method getTaskMetrics

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

Source from the content-addressed store, hash-verified

203 }
204
205 public TaskMetrics getTaskMetrics() {
206 return taskMetrics;
207 }
208
209 // Non Blocking call. If cannot emit to destination immediately, such tuples will be added to `pendingEmits` argument
210 public void sendUnanchored(String stream, List<Object> values, ExecutorTransfer transfer, Queue<AddressedTuple> pendingEmits) {

Callers 1

tupleActionFnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected