Interface Coordinator.HelloResponseOrBuilder

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

public static interface Coordinator.HelloResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResponseInfo

      boolean hasResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      Whether the responseInfo field is set.
    • getResponseInfo

      Common.ResponseInfo getResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      The responseInfo.
    • getResponseInfoOrBuilder

      Common.ResponseInfoOrBuilder getResponseInfoOrBuilder()
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • hasError

      boolean hasError()
      .dingodb.pb.error.Error error = 2;
      Returns:
      Whether the error field is set.
    • getError

      .dingodb.pb.error.Error error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()
      .dingodb.pb.error.Error error = 2;
    • getStateValue

      int getStateValue()
      .dingodb.pb.common.CoordinatorState state = 3;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .dingodb.pb.common.CoordinatorState state = 3;
      Returns:
      The state.
    • getStatusDetail

      String getStatusDetail()
      string status_detail = 4;
      Returns:
      The statusDetail.
    • getStatusDetailBytes

      com.google.protobuf.ByteString getStatusDetailBytes()
      string status_detail = 4;
      Returns:
      The bytes for statusDetail.
    • hasMemoryInfo

      boolean hasMemoryInfo()
      .dingodb.pb.coordinator.CoordinatorMemoryInfo memory_info = 5;
      Returns:
      Whether the memoryInfo field is set.
    • getMemoryInfo

      .dingodb.pb.coordinator.CoordinatorMemoryInfo memory_info = 5;
      Returns:
      The memoryInfo.
    • getMemoryInfoOrBuilder

      .dingodb.pb.coordinator.CoordinatorMemoryInfo memory_info = 5;
    • hasClusterState

      boolean hasClusterState()
      .dingodb.pb.coordinator.ClusterState cluster_state = 6;
      Returns:
      Whether the clusterState field is set.
    • getClusterState

      Coordinator.ClusterState getClusterState()
      .dingodb.pb.coordinator.ClusterState cluster_state = 6;
      Returns:
      The clusterState.
    • getClusterStateOrBuilder

      Coordinator.ClusterStateOrBuilder getClusterStateOrBuilder()
      .dingodb.pb.coordinator.ClusterState cluster_state = 6;
    • hasVersionInfo

      boolean hasVersionInfo()
      .dingodb.pb.common.VersionInfo version_info = 7;
      Returns:
      Whether the versionInfo field is set.
    • getVersionInfo

      Common.VersionInfo getVersionInfo()
      .dingodb.pb.common.VersionInfo version_info = 7;
      Returns:
      The versionInfo.
    • getVersionInfoOrBuilder

      Common.VersionInfoOrBuilder getVersionInfoOrBuilder()
      .dingodb.pb.common.VersionInfo version_info = 7;