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

Method getBinary

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

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

(int i)

Source from the content-addressed store, hash-verified

121 * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
122 */
123 byte[] getBinary(int i);
124
125 /**
126 * Gets the field with a specific name. Returns object since tuples are dynamically typed.

Callers 1

getTupleValueMethod · 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 1

getTupleValueMethod · 0.52