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

Method getShort

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

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

(int i)

Source from the content-addressed store, hash-verified

89 * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
90 */
91 Short getShort(int i);
92
93 /**
94 * Returns the Byte at position i in the tuple.

Callers 3

deserializeMethod · 0.65
readMethod · 0.65
selectMethod · 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

no test coverage detected