Interface Coordinator.GetCoordinatorMapResponseOrBuilder

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

public static interface Coordinator.GetCoordinatorMapResponseOrBuilder 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;
    • getEpoch

      long getEpoch()
      int64 epoch = 3;
      Returns:
      The epoch.
    • hasLeaderLocation

      boolean hasLeaderLocation()
      .dingodb.pb.common.Location leader_location = 4;
      Returns:
      Whether the leaderLocation field is set.
    • getLeaderLocation

      Common.Location getLeaderLocation()
      .dingodb.pb.common.Location leader_location = 4;
      Returns:
      The leaderLocation.
    • getLeaderLocationOrBuilder

      Common.LocationOrBuilder getLeaderLocationOrBuilder()
      .dingodb.pb.common.Location leader_location = 4;
    • hasKvLeaderLocation

      boolean hasKvLeaderLocation()
      .dingodb.pb.common.Location kv_leader_location = 5;
      Returns:
      Whether the kvLeaderLocation field is set.
    • getKvLeaderLocation

      Common.Location getKvLeaderLocation()
      .dingodb.pb.common.Location kv_leader_location = 5;
      Returns:
      The kvLeaderLocation.
    • getKvLeaderLocationOrBuilder

      Common.LocationOrBuilder getKvLeaderLocationOrBuilder()
      .dingodb.pb.common.Location kv_leader_location = 5;
    • hasTsoLeaderLocation

      boolean hasTsoLeaderLocation()
      .dingodb.pb.common.Location tso_leader_location = 6;
      Returns:
      Whether the tsoLeaderLocation field is set.
    • getTsoLeaderLocation

      Common.Location getTsoLeaderLocation()
      .dingodb.pb.common.Location tso_leader_location = 6;
      Returns:
      The tsoLeaderLocation.
    • getTsoLeaderLocationOrBuilder

      Common.LocationOrBuilder getTsoLeaderLocationOrBuilder()
      .dingodb.pb.common.Location tso_leader_location = 6;
    • hasAutoIncrementLeaderLocation

      boolean hasAutoIncrementLeaderLocation()
      .dingodb.pb.common.Location auto_increment_leader_location = 7;
      Returns:
      Whether the autoIncrementLeaderLocation field is set.
    • getAutoIncrementLeaderLocation

      Common.Location getAutoIncrementLeaderLocation()
      .dingodb.pb.common.Location auto_increment_leader_location = 7;
      Returns:
      The autoIncrementLeaderLocation.
    • getAutoIncrementLeaderLocationOrBuilder

      Common.LocationOrBuilder getAutoIncrementLeaderLocationOrBuilder()
      .dingodb.pb.common.Location auto_increment_leader_location = 7;
    • getCoordinatorLocationsList

      List<Common.Location> getCoordinatorLocationsList()
       deprcated
       
      repeated .dingodb.pb.common.Location coordinator_locations = 8;
    • getCoordinatorLocations

      Common.Location getCoordinatorLocations(int index)
       deprcated
       
      repeated .dingodb.pb.common.Location coordinator_locations = 8;
    • getCoordinatorLocationsCount

      int getCoordinatorLocationsCount()
       deprcated
       
      repeated .dingodb.pb.common.Location coordinator_locations = 8;
    • getCoordinatorLocationsOrBuilderList

      List<? extends Common.LocationOrBuilder> getCoordinatorLocationsOrBuilderList()
       deprcated
       
      repeated .dingodb.pb.common.Location coordinator_locations = 8;
    • getCoordinatorLocationsOrBuilder

      Common.LocationOrBuilder getCoordinatorLocationsOrBuilder(int index)
       deprcated
       
      repeated .dingodb.pb.common.Location coordinator_locations = 8;
    • hasCoordinatorMap

      boolean hasCoordinatorMap()
      .dingodb.pb.common.CoordinatorMap coordinator_map = 9;
      Returns:
      Whether the coordinatorMap field is set.
    • getCoordinatorMap

      Common.CoordinatorMap getCoordinatorMap()
      .dingodb.pb.common.CoordinatorMap coordinator_map = 9;
      Returns:
      The coordinatorMap.
    • getCoordinatorMapOrBuilder

      Common.CoordinatorMapOrBuilder getCoordinatorMapOrBuilder()
      .dingodb.pb.common.CoordinatorMap coordinator_map = 9;