public static interface Messages.AggregatedRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
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; |
List<Messages.Record> |
getRecordsList()
repeated .Record records = 3; |
Messages.RecordOrBuilder |
getRecordsOrBuilder(int index)
repeated .Record records = 3; |
List<? extends Messages.RecordOrBuilder> |
getRecordsOrBuilderList()
repeated .Record records = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ProtocolStringList getPartitionKeyTableList()
repeated string partition_key_table = 1;int getPartitionKeyTableCount()
repeated string partition_key_table = 1;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;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;List<Messages.Record> getRecordsList()
repeated .Record records = 3;Messages.Record getRecords(int index)
repeated .Record records = 3;int getRecordsCount()
repeated .Record records = 3;List<? extends Messages.RecordOrBuilder> getRecordsOrBuilderList()
repeated .Record records = 3;Messages.RecordOrBuilder getRecordsOrBuilder(int index)
repeated .Record records = 3;Copyright © 2019. All rights reserved.