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

Method size

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

Returns the number of fields in this tuple.

()

Source from the content-addressed store, hash-verified

20 * Returns the number of fields in this tuple.
21 */
22 int size();
23
24 /**
25 * Returns true if this tuple contains the specified name of the field.

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