public static interface Messages.AggregatedRecordOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExplicitHashKeyTable(int index)
repeated string explicit_hash_key_table = 2; |
com.google.protobuf.ByteString |
getExplicitHashKeyTableBytes(int index)
repeated string explicit_hash_key_table = 2; |
int |
getExplicitHashKeyTableCount()
repeated string explicit_hash_key_table = 2; |
com.google.protobuf.ProtocolStringList |
getExplicitHashKeyTableList()
repeated string explicit_hash_key_table = 2; |
java.lang.String |
getPartitionKeyTable(int index)
repeated string partition_key_table = 1; |
com.google.protobuf.ByteString |
getPartitionKeyTableBytes(int index)
repeated string partition_key_table = 1; |
int |
getPartitionKeyTableCount()
repeated string partition_key_table = 1; |
com.google.protobuf.ProtocolStringList |
getPartitionKeyTableList()
repeated string partition_key_table = 1; |
Messages.Record |
getRecords(int index)
repeated .Record records = 3; |
int |
getRecordsCount()
repeated .Record records = 3; |
java.util.List<Messages.Record> |
getRecordsList()
repeated .Record records = 3; |
Messages.RecordOrBuilder |
getRecordsOrBuilder(int index)
repeated .Record records = 3; |
java.util.List<? extends Messages.RecordOrBuilder> |
getRecordsOrBuilderList()
repeated .Record records = 3; |
com.google.protobuf.ProtocolStringList getPartitionKeyTableList()
repeated string partition_key_table = 1;int getPartitionKeyTableCount()
repeated string partition_key_table = 1;java.lang.String getPartitionKeyTable(int index)
repeated string partition_key_table = 1;com.google.protobuf.ByteString getPartitionKeyTableBytes(int index)
repeated string partition_key_table = 1;com.google.protobuf.ProtocolStringList getExplicitHashKeyTableList()
repeated string explicit_hash_key_table = 2;int getExplicitHashKeyTableCount()
repeated string explicit_hash_key_table = 2;java.lang.String getExplicitHashKeyTable(int index)
repeated string explicit_hash_key_table = 2;com.google.protobuf.ByteString getExplicitHashKeyTableBytes(int index)
repeated string explicit_hash_key_table = 2;java.util.List<Messages.Record> getRecordsList()
repeated .Record records = 3;Messages.Record getRecords(int index)
repeated .Record records = 3;int getRecordsCount()
repeated .Record records = 3;java.util.List<? extends Messages.RecordOrBuilder> getRecordsOrBuilderList()
repeated .Record records = 3;Messages.RecordOrBuilder getRecordsOrBuilder(int index)
repeated .Record records = 3;