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

Method getValue

storm-client/src/jvm/org/apache/storm/tuple/TupleImpl.java:109–112  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

107 }
108
109 @Override
110 public Object getValue(int i) {
111 return values.get(i);
112 }
113
114 @Override
115 public String getString(int i) {

Callers 1

acceptMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 1

acceptMethod · 0.76