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

Method getTuple

storm-client/src/jvm/org/apache/storm/multilang/BoltMsg.java:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 public List<Object> getTuple() {
65 return tuple;
66 }
67
68 public void setTuple(List<Object> tuple) {
69 this.tuple = tuple;

Callers 1

writeBoltMsgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected