Package io.dingodb.coordinator
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 Summary
Modifier and TypeMethodDescription.dingodb.pb.common.Location auto_increment_leader_location = 7;.dingodb.pb.common.Location auto_increment_leader_location = 7;getCoordinatorLocations(int index) deprcatedintdeprcateddeprcatedgetCoordinatorLocationsOrBuilder(int index) deprcatedList<? extends Common.LocationOrBuilder>deprcated.dingodb.pb.common.CoordinatorMap coordinator_map = 9;.dingodb.pb.common.CoordinatorMap coordinator_map = 9;longgetEpoch()int64 epoch = 3;getError().dingodb.pb.error.Error error = 2;.dingodb.pb.error.Error error = 2;.dingodb.pb.common.Location kv_leader_location = 5;.dingodb.pb.common.Location kv_leader_location = 5;.dingodb.pb.common.Location leader_location = 4;.dingodb.pb.common.Location leader_location = 4;.dingodb.pb.common.ResponseInfo response_info = 1;.dingodb.pb.common.ResponseInfo response_info = 1;.dingodb.pb.common.Location tso_leader_location = 6;.dingodb.pb.common.Location tso_leader_location = 6;boolean.dingodb.pb.common.Location auto_increment_leader_location = 7;boolean.dingodb.pb.common.CoordinatorMap coordinator_map = 9;booleanhasError().dingodb.pb.error.Error error = 2;boolean.dingodb.pb.common.Location kv_leader_location = 5;boolean.dingodb.pb.common.Location leader_location = 4;boolean.dingodb.pb.common.ResponseInfo response_info = 1;boolean.dingodb.pb.common.Location tso_leader_location = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
ErrorOuterClass.Error 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
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
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;
-