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

Method getValue

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

Gets the field at position i in the tuple. Returns object since tuples are dynamically typed. @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`

(int i)

Source from the content-addressed store, hash-verified

49 * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
50 */
51 Object getValue(int i);
52
53 /**
54 * Returns the String at position i in the tuple.

Callers 15

testSetWorkerHbMethod · 0.65
testDeleteWorkerHbMethod · 0.65
testGetWorkerHbMethod · 0.65
testInitStateMethod · 0.65
testPrepareMethod · 0.65
testPrepareWithFailMethod · 0.65
testCommitMethod · 0.65
testRecoveryRollbackMethod · 0.65
testRecoveryCommitMethod · 0.65
assertNextEntryMethod · 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 15

testSetWorkerHbMethod · 0.52
testDeleteWorkerHbMethod · 0.52
testGetWorkerHbMethod · 0.52
testInitStateMethod · 0.52
testPrepareMethod · 0.52
testPrepareWithFailMethod · 0.52
testCommitMethod · 0.52
testRecoveryRollbackMethod · 0.52
testRecoveryCommitMethod · 0.52
assertNextEntryMethod · 0.52