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

Method getInteger

storm-client/src/jvm/org/apache/storm/tuple/ITuple.java:67–67  ·  view source on GitHub ↗

Returns the Integer at position i in the tuple. @throws ClassCastException If that field is not a Integer @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`

(int i)

Source from the content-addressed store, hash-verified

65 * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
66 */
67 Integer getInteger(int i);
68
69 /**
70 * Returns the Long at position i in the tuple.

Callers 9

executeMethod · 0.65
metricsTickMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
getValueFromTupleMethod · 0.65
getValueFromTupleMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65

Implementers 3

TupleImplstorm-client/src/jvm/org/apache/storm/
TridentTupleViewstorm-client/src/jvm/org/apache/storm/
StubTupleexternal/storm-redis/src/test/java/org

Calls

no outgoing calls

Tested by 2

executeMethod · 0.52
executeMethod · 0.52