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

Method getByteByField

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

Gets the Byte field with a specific name. @throws ClassCastException If that field is not a Byte @throws IllegalArgumentException - if field does not exist

(String field)

Source from the content-addressed store, hash-verified

176 * @throws IllegalArgumentException - if field does not exist
177 */
178 Byte getByteByField(String field);
179
180 /**
181 * Gets the Double field with a specific name.

Callers

nothing calls this directly

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