Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.CoordinatorInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.CoordinatorInternal,CoordinatorInternalOuterClass.CoordinatorInternal.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.CoordinatorInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()int64 id = 1;.dingodb.pb.common.Location raft_location = 3;.dingodb.pb.common.Location raft_location = 3;.dingodb.pb.common.Location server_location = 2;.dingodb.pb.common.Location server_location = 2;boolean.dingodb.pb.common.Location raft_location = 3;boolean.dingodb.pb.common.Location server_location = 2;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
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
hasServerLocation
boolean hasServerLocation().dingodb.pb.common.Location server_location = 2;- Returns:
- Whether the serverLocation field is set.
-
getServerLocation
Common.Location getServerLocation().dingodb.pb.common.Location server_location = 2;- Returns:
- The serverLocation.
-
getServerLocationOrBuilder
Common.LocationOrBuilder getServerLocationOrBuilder().dingodb.pb.common.Location server_location = 2; -
hasRaftLocation
boolean hasRaftLocation().dingodb.pb.common.Location raft_location = 3;- Returns:
- Whether the raftLocation field is set.
-
getRaftLocation
Common.Location getRaftLocation().dingodb.pb.common.Location raft_location = 3;- Returns:
- The raftLocation.
-
getRaftLocationOrBuilder
Common.LocationOrBuilder getRaftLocationOrBuilder().dingodb.pb.common.Location raft_location = 3;
-