public static interface HeronTuples.HeronDataTupleOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDestTaskIds(int index)
repeated int32 dest_task_ids = 4; |
int |
getDestTaskIdsCount()
repeated int32 dest_task_ids = 4; |
java.util.List<java.lang.Integer> |
getDestTaskIdsList()
repeated int32 dest_task_ids = 4; |
long |
getKey()
required sfixed64 key = 1; |
HeronTuples.RootId |
getRoots(int index)
repeated .heron.proto.system.RootId roots = 2; |
int |
getRootsCount()
repeated .heron.proto.system.RootId roots = 2; |
java.util.List<HeronTuples.RootId> |
getRootsList()
repeated .heron.proto.system.RootId roots = 2; |
HeronTuples.RootIdOrBuilder |
getRootsOrBuilder(int index)
repeated .heron.proto.system.RootId roots = 2; |
java.util.List<? extends HeronTuples.RootIdOrBuilder> |
getRootsOrBuilderList()
repeated .heron.proto.system.RootId roots = 2; |
com.google.protobuf.ByteString |
getValues(int index)
repeated bytes values = 3; |
int |
getValuesCount()
repeated bytes values = 3; |
java.util.List<com.google.protobuf.ByteString> |
getValuesList()
repeated bytes values = 3; |
boolean |
hasKey()
required sfixed64 key = 1; |
boolean hasKey()
required sfixed64 key = 1;
long getKey()
required sfixed64 key = 1;
java.util.List<HeronTuples.RootId> getRootsList()
repeated .heron.proto.system.RootId roots = 2;
What are the roots
HeronTuples.RootId getRoots(int index)
repeated .heron.proto.system.RootId roots = 2;
What are the roots
int getRootsCount()
repeated .heron.proto.system.RootId roots = 2;
What are the roots
java.util.List<? extends HeronTuples.RootIdOrBuilder> getRootsOrBuilderList()
repeated .heron.proto.system.RootId roots = 2;
What are the roots
HeronTuples.RootIdOrBuilder getRootsOrBuilder(int index)
repeated .heron.proto.system.RootId roots = 2;
What are the roots
java.util.List<com.google.protobuf.ByteString> getValuesList()
repeated bytes values = 3;
The actual payload
int getValuesCount()
repeated bytes values = 3;
The actual payload
com.google.protobuf.ByteString getValues(int index)
repeated bytes values = 3;
The actual payload
java.util.List<java.lang.Integer> getDestTaskIdsList()
repeated int32 dest_task_ids = 4;
If present, this set of tuples must be sent to these destination global task ids as well Only valid for data tuples from instance to stmgr
int getDestTaskIdsCount()
repeated int32 dest_task_ids = 4;
If present, this set of tuples must be sent to these destination global task ids as well Only valid for data tuples from instance to stmgr
int getDestTaskIds(int index)
repeated int32 dest_task_ids = 4;
If present, this set of tuples must be sent to these destination global task ids as well Only valid for data tuples from instance to stmgr