Interface Coordinator.ClusterStateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Coordinator.ClusterState, Coordinator.ClusterState.Builder
Enclosing class:
Coordinator

public static interface Coordinator.ClusterStateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string cluster_force_read_only_reason = 4;
    com.google.protobuf.ByteString
    string cluster_force_read_only_reason = 4;
    boolean
    bool cluster_is_force_read_only = 2;
    boolean
    bool cluster_is_read_only = 1;
    string cluster_read_only_reason = 3;
    com.google.protobuf.ByteString
    string cluster_read_only_reason = 3;

    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

    • getClusterIsReadOnly

      boolean getClusterIsReadOnly()
      bool cluster_is_read_only = 1;
      Returns:
      The clusterIsReadOnly.
    • getClusterIsForceReadOnly

      boolean getClusterIsForceReadOnly()
      bool cluster_is_force_read_only = 2;
      Returns:
      The clusterIsForceReadOnly.
    • getClusterReadOnlyReason

      String getClusterReadOnlyReason()
      string cluster_read_only_reason = 3;
      Returns:
      The clusterReadOnlyReason.
    • getClusterReadOnlyReasonBytes

      com.google.protobuf.ByteString getClusterReadOnlyReasonBytes()
      string cluster_read_only_reason = 3;
      Returns:
      The bytes for clusterReadOnlyReason.
    • getClusterForceReadOnlyReason

      String getClusterForceReadOnlyReason()
      string cluster_force_read_only_reason = 4;
      Returns:
      The clusterForceReadOnlyReason.
    • getClusterForceReadOnlyReasonBytes

      com.google.protobuf.ByteString getClusterForceReadOnlyReasonBytes()
      string cluster_force_read_only_reason = 4;
      Returns:
      The bytes for clusterForceReadOnlyReason.