public interface PartitionAssignmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getPartitions(int index)
The list of partition numbers this subscriber is assigned to.
|
int |
getPartitionsCount()
The list of partition numbers this subscriber is assigned to.
|
List<Long> |
getPartitionsList()
The list of partition numbers this subscriber is assigned to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Long> getPartitionsList()
The list of partition numbers this subscriber is assigned to.
repeated int64 partitions = 1;int getPartitionsCount()
The list of partition numbers this subscriber is assigned to.
repeated int64 partitions = 1;long getPartitions(int index)
The list of partition numbers this subscriber is assigned to.
repeated int64 partitions = 1;index - The index of the element to return.Copyright © 2023 Google LLC. All rights reserved.