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

Method getString

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

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

(int i)

Source from the content-addressed store, hash-verified

57 * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
58 */
59 String getString(int i);
60
61 /**
62 * Returns the Integer at position i in the tuple.

Callers 15

executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 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 11

executeMethod · 0.52
executeMethod · 0.52
executeMethod · 0.52
executeMethod · 0.52
executeMethod · 0.52
executeMethod · 0.52
executeMethod · 0.52
executeMethod · 0.52
executeMethod · 0.52
executeMethod · 0.52
executeMethod · 0.52