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; |
List<String> |
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; |
List<String> |
getPartitionKeyTableList()
repeated string partition_key_table = 1; |
Messages.Record |
getRecords(int index)
repeated .software.amazon.kinesis.retrieval.kpl.Record records = 3; |
int |
getRecordsCount()
repeated .software.amazon.kinesis.retrieval.kpl.Record records = 3; |
List<Messages.Record> |
getRecordsList()
repeated .software.amazon.kinesis.retrieval.kpl.Record records = 3; |
Messages.RecordOrBuilder |
getRecordsOrBuilder(int index)
repeated .software.amazon.kinesis.retrieval.kpl.Record records = 3; |
List<? extends Messages.RecordOrBuilder> |
getRecordsOrBuilderList()
repeated .software.amazon.kinesis.retrieval.kpl.Record records = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> 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;
index
- The index of the element to return.com.google.protobuf.ByteString getPartitionKeyTableBytes(int index)
repeated string partition_key_table = 1;
index
- The index of the value to return.List<String> 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;
index
- The index of the element to return.com.google.protobuf.ByteString getExplicitHashKeyTableBytes(int index)
repeated string explicit_hash_key_table = 2;
index
- The index of the value to return.List<Messages.Record> getRecordsList()
repeated .software.amazon.kinesis.retrieval.kpl.Record records = 3;
Messages.Record getRecords(int index)
repeated .software.amazon.kinesis.retrieval.kpl.Record records = 3;
int getRecordsCount()
repeated .software.amazon.kinesis.retrieval.kpl.Record records = 3;
List<? extends Messages.RecordOrBuilder> getRecordsOrBuilderList()
repeated .software.amazon.kinesis.retrieval.kpl.Record records = 3;
Messages.RecordOrBuilder getRecordsOrBuilder(int index)
repeated .software.amazon.kinesis.retrieval.kpl.Record records = 3;
Copyright © 2025. All rights reserved.