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

Method setTask

storm-client/src/jvm/org/apache/storm/multilang/BoltMsg.java:60–62  ·  view source on GitHub ↗
(long task)

Source from the content-addressed store, hash-verified

58 }
59
60 public void setTask(long task) {
61 this.task = task;
62 }
63
64 public List<Object> getTuple() {
65 return tuple;

Callers 2

createBoltMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected