Interface Coordinator.StoreHeartbeatResponseOrBuilder

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

public static interface Coordinator.StoreHeartbeatResponseOrBuilder 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;
    • getStoremapEpoch

      long getStoremapEpoch()
       the lates epoch of storemap
       
      int64 storemap_epoch = 3;
      Returns:
      The storemapEpoch.
    • hasStoremap

      boolean hasStoremap()
       new storemap
       
      .dingodb.pb.common.StoreMap storemap = 4;
      Returns:
      Whether the storemap field is set.
    • getStoremap

      Common.StoreMap getStoremap()
       new storemap
       
      .dingodb.pb.common.StoreMap storemap = 4;
      Returns:
      The storemap.
    • getStoremapOrBuilder

      Common.StoreMapOrBuilder getStoremapOrBuilder()
       new storemap
       
      .dingodb.pb.common.StoreMap storemap = 4;
    • hasClusterState

      boolean hasClusterState()
       cluster state, ag. cluster is read only
       
      .dingodb.pb.coordinator.ClusterState cluster_state = 5;
      Returns:
      Whether the clusterState field is set.
    • getClusterState

      Coordinator.ClusterState getClusterState()
       cluster state, ag. cluster is read only
       
      .dingodb.pb.coordinator.ClusterState cluster_state = 5;
      Returns:
      The clusterState.
    • getClusterStateOrBuilder

      Coordinator.ClusterStateOrBuilder getClusterStateOrBuilder()
       cluster state, ag. cluster is read only
       
      .dingodb.pb.coordinator.ClusterState cluster_state = 5;