Interface Topology.PartitionForceReconfigureOperationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Topology.PartitionForceReconfigureOperation,Topology.PartitionForceReconfigureOperation.Builder
- Enclosing class:
Topology
public static interface Topology.PartitionForceReconfigureOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMembers(int index) repeated string members = 2;com.google.protobuf.ByteStringgetMembersBytes(int index) repeated string members = 2;intrepeated string members = 2;repeated string members = 2;intint32 partitionId = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPartitionId
int getPartitionId()int32 partitionId = 1;- Returns:
- The partitionId.
-
getMembersList
repeated string members = 2;- Returns:
- A list containing the members.
-
getMembersCount
int getMembersCount()repeated string members = 2;- Returns:
- The count of members.
-
getMembers
repeated string members = 2;- Parameters:
index- The index of the element to return.- Returns:
- The members at the given index.
-
getMembersBytes
com.google.protobuf.ByteString getMembersBytes(int index) repeated string members = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the members at the given index.
-