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 Type
    Method
    Description
    getMembers(int index)
    repeated string members = 2;
    com.google.protobuf.ByteString
    getMembersBytes(int index)
    repeated string members = 2;
    int
    repeated string members = 2;
    repeated string members = 2;
    int
    int32 partitionId = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> getMembersList()
      repeated string members = 2;
      Returns:
      A list containing the members.
    • getMembersCount

      int getMembersCount()
      repeated string members = 2;
      Returns:
      The count of members.
    • getMembers

      String getMembers(int index)
      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.