Uses of Class
io.dingodb.common.Common.Location
Packages that use Common.Location
Package
Description
-
Uses of Common.Location in dingodb.pb.coordinator_internal
Methods in dingodb.pb.coordinator_internal that return Common.LocationModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.CoordinatorInternal.Builder.getRaftLocation().dingodb.pb.common.Location raft_location = 3;CoordinatorInternalOuterClass.CoordinatorInternal.getRaftLocation().dingodb.pb.common.Location raft_location = 3;CoordinatorInternalOuterClass.CoordinatorInternalOrBuilder.getRaftLocation().dingodb.pb.common.Location raft_location = 3;CoordinatorInternalOuterClass.CoordinatorInternal.Builder.getServerLocation().dingodb.pb.common.Location server_location = 2;CoordinatorInternalOuterClass.CoordinatorInternal.getServerLocation().dingodb.pb.common.Location server_location = 2;CoordinatorInternalOuterClass.CoordinatorInternalOrBuilder.getServerLocation().dingodb.pb.common.Location server_location = 2;Methods in dingodb.pb.coordinator_internal with parameters of type Common.LocationModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.CoordinatorInternal.Builder.mergeRaftLocation(Common.Location value) .dingodb.pb.common.Location raft_location = 3;CoordinatorInternalOuterClass.CoordinatorInternal.Builder.mergeServerLocation(Common.Location value) .dingodb.pb.common.Location server_location = 2;CoordinatorInternalOuterClass.CoordinatorInternal.Builder.setRaftLocation(Common.Location value) .dingodb.pb.common.Location raft_location = 3;CoordinatorInternalOuterClass.CoordinatorInternal.Builder.setServerLocation(Common.Location value) .dingodb.pb.common.Location server_location = 2; -
Uses of Common.Location in io.dingodb.common
Methods in io.dingodb.common that return Common.LocationModifier and TypeMethodDescriptionCommon.Location.Builder.build()Common.Location.Builder.buildPartial()static Common.LocationCommon.Location.getDefaultInstance()Common.Location.Builder.getDefaultInstanceForType()Common.Location.getDefaultInstanceForType()Common.Coordinator.Builder.getLocation().dingodb.pb.common.Location location = 3;Common.Coordinator.getLocation().dingodb.pb.common.Location location = 3;Common.CoordinatorOrBuilder.getLocation().dingodb.pb.common.Location location = 3;Common.MDS.Builder.getLocation().dingodb.pb.common.Location location = 2;Common.MDS.getLocation().dingodb.pb.common.Location location = 2;Common.MDSOrBuilder.getLocation().dingodb.pb.common.Location location = 2;Common.Peer.Builder.getRaftLocation().dingodb.pb.common.Location raft_location = 4;Common.Peer.getRaftLocation().dingodb.pb.common.Location raft_location = 4;Common.PeerOrBuilder.getRaftLocation().dingodb.pb.common.Location raft_location = 4;Common.Store.Builder.getRaftLocation()store can only update this field in the first heartbeatCommon.Store.getRaftLocation()store can only update this field in the first heartbeatCommon.StoreOrBuilder.getRaftLocation()store can only update this field in the first heartbeatCommon.Executor.Builder.getServerLocation()sdk set this field in heartbeat, only updated by sdkCommon.Executor.getServerLocation()sdk set this field in heartbeat, only updated by sdkCommon.ExecutorOrBuilder.getServerLocation()sdk set this field in heartbeat, only updated by sdkCommon.Peer.Builder.getServerLocation().dingodb.pb.common.Location server_location = 3;Common.Peer.getServerLocation().dingodb.pb.common.Location server_location = 3;Common.PeerOrBuilder.getServerLocation().dingodb.pb.common.Location server_location = 3;Common.Store.Builder.getServerLocation()store can only update this field in the first heartbeatCommon.Store.getServerLocation()store can only update this field in the first heartbeatCommon.StoreOrBuilder.getServerLocation()store can only update this field in the first heartbeatstatic Common.LocationCommon.Location.parseDelimitedFrom(InputStream input) static Common.LocationCommon.Location.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.LocationCommon.Location.parseFrom(byte[] data) static Common.LocationCommon.Location.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.LocationCommon.Location.parseFrom(com.google.protobuf.ByteString data) static Common.LocationCommon.Location.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.LocationCommon.Location.parseFrom(com.google.protobuf.CodedInputStream input) static Common.LocationCommon.Location.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.LocationCommon.Location.parseFrom(InputStream input) static Common.LocationCommon.Location.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.LocationCommon.Location.parseFrom(ByteBuffer data) static Common.LocationCommon.Location.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.LocationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.Location>Common.Location.getParserForType()static com.google.protobuf.Parser<Common.Location>Common.Location.parser()Methods in io.dingodb.common with parameters of type Common.LocationModifier and TypeMethodDescriptionCommon.Location.Builder.mergeFrom(Common.Location other) Common.Coordinator.Builder.mergeLocation(Common.Location value) .dingodb.pb.common.Location location = 3;Common.MDS.Builder.mergeLocation(Common.Location value) .dingodb.pb.common.Location location = 2;Common.Peer.Builder.mergeRaftLocation(Common.Location value) .dingodb.pb.common.Location raft_location = 4;Common.Store.Builder.mergeRaftLocation(Common.Location value) store can only update this field in the first heartbeatCommon.Executor.Builder.mergeServerLocation(Common.Location value) sdk set this field in heartbeat, only updated by sdkCommon.Peer.Builder.mergeServerLocation(Common.Location value) .dingodb.pb.common.Location server_location = 3;Common.Store.Builder.mergeServerLocation(Common.Location value) store can only update this field in the first heartbeatstatic Common.Location.BuilderCommon.Location.newBuilder(Common.Location prototype) Common.Coordinator.Builder.setLocation(Common.Location value) .dingodb.pb.common.Location location = 3;Common.MDS.Builder.setLocation(Common.Location value) .dingodb.pb.common.Location location = 2;Common.Peer.Builder.setRaftLocation(Common.Location value) .dingodb.pb.common.Location raft_location = 4;Common.Store.Builder.setRaftLocation(Common.Location value) store can only update this field in the first heartbeatCommon.Executor.Builder.setServerLocation(Common.Location value) sdk set this field in heartbeat, only updated by sdkCommon.Peer.Builder.setServerLocation(Common.Location value) .dingodb.pb.common.Location server_location = 3;Common.Store.Builder.setServerLocation(Common.Location value) store can only update this field in the first heartbeat -
Uses of Common.Location in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.LocationModifier and TypeMethodDescriptionCoordinator.GetCoordinatorMapResponse.Builder.getAutoIncrementLeaderLocation().dingodb.pb.common.Location auto_increment_leader_location = 7;Coordinator.GetCoordinatorMapResponse.getAutoIncrementLeaderLocation().dingodb.pb.common.Location auto_increment_leader_location = 7;Coordinator.GetCoordinatorMapResponseOrBuilder.getAutoIncrementLeaderLocation().dingodb.pb.common.Location auto_increment_leader_location = 7;Coordinator.GetCoordinatorMapResponse.Builder.getCoordinatorLocations(int index) deprcatedCoordinator.GetCoordinatorMapResponse.getCoordinatorLocations(int index) deprcatedCoordinator.GetCoordinatorMapResponseOrBuilder.getCoordinatorLocations(int index) deprcatedCoordinator.GetCoordinatorMapResponse.Builder.getKvLeaderLocation().dingodb.pb.common.Location kv_leader_location = 5;Coordinator.GetCoordinatorMapResponse.getKvLeaderLocation().dingodb.pb.common.Location kv_leader_location = 5;Coordinator.GetCoordinatorMapResponseOrBuilder.getKvLeaderLocation().dingodb.pb.common.Location kv_leader_location = 5;Coordinator.ScanRegionInfo.Builder.getLeader()the leader's store locationCoordinator.ScanRegionInfo.getLeader()the leader's store locationCoordinator.ScanRegionInfoOrBuilder.getLeader()the leader's store locationCoordinator.GetCoordinatorMapResponse.Builder.getLeaderLocation().dingodb.pb.common.Location leader_location = 4;Coordinator.GetCoordinatorMapResponse.getLeaderLocation().dingodb.pb.common.Location leader_location = 4;Coordinator.GetCoordinatorMapResponseOrBuilder.getLeaderLocation().dingodb.pb.common.Location leader_location = 4;Coordinator.ScanRegionInfo.Builder.getLearners(int index) all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.getLearners(int index) all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfoOrBuilder.getLearners(int index) all members of the region that is learners, have no right to voteCoordinator.GetCoordinatorMapResponse.Builder.getTsoLeaderLocation().dingodb.pb.common.Location tso_leader_location = 6;Coordinator.GetCoordinatorMapResponse.getTsoLeaderLocation().dingodb.pb.common.Location tso_leader_location = 6;Coordinator.GetCoordinatorMapResponseOrBuilder.getTsoLeaderLocation().dingodb.pb.common.Location tso_leader_location = 6;Coordinator.ScanRegionInfo.Builder.getVoters(int index) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Coordinator.ScanRegionInfo.getVoters(int index) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Coordinator.ScanRegionInfoOrBuilder.getVoters(int index) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Methods in io.dingodb.coordinator that return types with arguments of type Common.LocationModifier and TypeMethodDescriptionCoordinator.GetCoordinatorMapResponse.Builder.getCoordinatorLocationsList()deprcatedCoordinator.GetCoordinatorMapResponse.getCoordinatorLocationsList()deprcatedCoordinator.GetCoordinatorMapResponseOrBuilder.getCoordinatorLocationsList()deprcatedCoordinator.ScanRegionInfo.Builder.getLearnersList()all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.getLearnersList()all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfoOrBuilder.getLearnersList()all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.Builder.getVotersList()all members of the region that have right to vote, this field is equal to the old replicates field of Part.Coordinator.ScanRegionInfo.getVotersList()all members of the region that have right to vote, this field is equal to the old replicates field of Part.Coordinator.ScanRegionInfoOrBuilder.getVotersList()all members of the region that have right to vote, this field is equal to the old replicates field of Part.Methods in io.dingodb.coordinator with parameters of type Common.LocationModifier and TypeMethodDescriptionCoordinator.GetCoordinatorMapResponse.Builder.addCoordinatorLocations(int index, Common.Location value) deprcatedCoordinator.GetCoordinatorMapResponse.Builder.addCoordinatorLocations(Common.Location value) deprcatedCoordinator.ScanRegionInfo.Builder.addLearners(int index, Common.Location value) all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.Builder.addLearners(Common.Location value) all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.Builder.addVoters(int index, Common.Location value) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Coordinator.ScanRegionInfo.Builder.addVoters(Common.Location value) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Coordinator.GetCoordinatorMapResponse.Builder.mergeAutoIncrementLeaderLocation(Common.Location value) .dingodb.pb.common.Location auto_increment_leader_location = 7;Coordinator.GetCoordinatorMapResponse.Builder.mergeKvLeaderLocation(Common.Location value) .dingodb.pb.common.Location kv_leader_location = 5;Coordinator.ScanRegionInfo.Builder.mergeLeader(Common.Location value) the leader's store locationCoordinator.GetCoordinatorMapResponse.Builder.mergeLeaderLocation(Common.Location value) .dingodb.pb.common.Location leader_location = 4;Coordinator.GetCoordinatorMapResponse.Builder.mergeTsoLeaderLocation(Common.Location value) .dingodb.pb.common.Location tso_leader_location = 6;Coordinator.GetCoordinatorMapResponse.Builder.setAutoIncrementLeaderLocation(Common.Location value) .dingodb.pb.common.Location auto_increment_leader_location = 7;Coordinator.GetCoordinatorMapResponse.Builder.setCoordinatorLocations(int index, Common.Location value) deprcatedCoordinator.GetCoordinatorMapResponse.Builder.setKvLeaderLocation(Common.Location value) .dingodb.pb.common.Location kv_leader_location = 5;Coordinator.ScanRegionInfo.Builder.setLeader(Common.Location value) the leader's store locationCoordinator.GetCoordinatorMapResponse.Builder.setLeaderLocation(Common.Location value) .dingodb.pb.common.Location leader_location = 4;Coordinator.ScanRegionInfo.Builder.setLearners(int index, Common.Location value) all members of the region that is learners, have no right to voteCoordinator.GetCoordinatorMapResponse.Builder.setTsoLeaderLocation(Common.Location value) .dingodb.pb.common.Location tso_leader_location = 6;Coordinator.ScanRegionInfo.Builder.setVoters(int index, Common.Location value) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Method parameters in io.dingodb.coordinator with type arguments of type Common.LocationModifier and TypeMethodDescriptionCoordinator.GetCoordinatorMapResponse.Builder.addAllCoordinatorLocations(Iterable<? extends Common.Location> values) deprcatedCoordinator.ScanRegionInfo.Builder.addAllLearners(Iterable<? extends Common.Location> values) all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.Builder.addAllVoters(Iterable<? extends Common.Location> values) all members of the region that have right to vote, this field is equal to the old replicates field of Part. -
Uses of Common.Location in io.dingodb.debug
Methods in io.dingodb.debug that return Common.LocationModifier and TypeMethodDescriptionDebug.TriggerVectorIndexSnapshotRequest.Builder.getLocation().dingodb.pb.common.Location location = 4;Debug.TriggerVectorIndexSnapshotRequest.getLocation().dingodb.pb.common.Location location = 4;Debug.TriggerVectorIndexSnapshotRequestOrBuilder.getLocation().dingodb.pb.common.Location location = 4;Methods in io.dingodb.debug with parameters of type Common.LocationModifier and TypeMethodDescriptionDebug.TriggerVectorIndexSnapshotRequest.Builder.mergeLocation(Common.Location value) .dingodb.pb.common.Location location = 4;Debug.TriggerVectorIndexSnapshotRequest.Builder.setLocation(Common.Location value) .dingodb.pb.common.Location location = 4; -
Uses of Common.Location in io.dingodb.error
Methods in io.dingodb.error that return Common.LocationModifier and TypeMethodDescriptionErrorOuterClass.Error.Builder.getLeaderLocation().dingodb.pb.common.Location leader_location = 3;ErrorOuterClass.Error.getLeaderLocation().dingodb.pb.common.Location leader_location = 3;ErrorOuterClass.ErrorOrBuilder.getLeaderLocation().dingodb.pb.common.Location leader_location = 3;Methods in io.dingodb.error with parameters of type Common.LocationModifier and TypeMethodDescriptionErrorOuterClass.Error.Builder.mergeLeaderLocation(Common.Location value) .dingodb.pb.common.Location leader_location = 3;ErrorOuterClass.Error.Builder.setLeaderLocation(Common.Location value) .dingodb.pb.common.Location leader_location = 3; -
Uses of Common.Location in io.dingodb.meta
Methods in io.dingodb.meta that return Common.LocationModifier and TypeMethodDescriptionMeta.RangeDistribution.Builder.getLeader()the leader's store locationMeta.RangeDistribution.getLeader()the leader's store locationMeta.RangeDistributionOrBuilder.getLeader()the leader's store locationMeta.RangeDistribution.Builder.getLearners(int index) all members of the region that is learners, have no right to voteMeta.RangeDistribution.getLearners(int index) all members of the region that is learners, have no right to voteMeta.RangeDistributionOrBuilder.getLearners(int index) all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.getVoters(int index) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Meta.RangeDistribution.getVoters(int index) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Meta.RangeDistributionOrBuilder.getVoters(int index) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Methods in io.dingodb.meta that return types with arguments of type Common.LocationModifier and TypeMethodDescriptionMeta.RangeDistribution.Builder.getLearnersList()all members of the region that is learners, have no right to voteMeta.RangeDistribution.getLearnersList()all members of the region that is learners, have no right to voteMeta.RangeDistributionOrBuilder.getLearnersList()all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.getVotersList()all members of the region that have right to vote, this field is equal to the old replicates field of Part.Meta.RangeDistribution.getVotersList()all members of the region that have right to vote, this field is equal to the old replicates field of Part.Meta.RangeDistributionOrBuilder.getVotersList()all members of the region that have right to vote, this field is equal to the old replicates field of Part.Methods in io.dingodb.meta with parameters of type Common.LocationModifier and TypeMethodDescriptionMeta.RangeDistribution.Builder.addLearners(int index, Common.Location value) all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.addLearners(Common.Location value) all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.addVoters(int index, Common.Location value) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Meta.RangeDistribution.Builder.addVoters(Common.Location value) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Meta.RangeDistribution.Builder.mergeLeader(Common.Location value) the leader's store locationMeta.RangeDistribution.Builder.setLeader(Common.Location value) the leader's store locationMeta.RangeDistribution.Builder.setLearners(int index, Common.Location value) all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.setVoters(int index, Common.Location value) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Method parameters in io.dingodb.meta with type arguments of type Common.LocationModifier and TypeMethodDescriptionMeta.RangeDistribution.Builder.addAllLearners(Iterable<? extends Common.Location> values) all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.addAllVoters(Iterable<? extends Common.Location> values) all members of the region that have right to vote, this field is equal to the old replicates field of Part. -
Uses of Common.Location in io.dingodb.node
Methods in io.dingodb.node that return Common.LocationModifier and TypeMethodDescriptionNode.NodeInfo.Builder.getRaftLocation().dingodb.pb.common.Location raft_location = 4;Node.NodeInfo.getRaftLocation().dingodb.pb.common.Location raft_location = 4;Node.NodeInfoOrBuilder.getRaftLocation().dingodb.pb.common.Location raft_location = 4;Node.NodeInfo.Builder.getServerLocation().dingodb.pb.common.Location server_location = 3;Node.NodeInfo.getServerLocation().dingodb.pb.common.Location server_location = 3;Node.NodeInfoOrBuilder.getServerLocation().dingodb.pb.common.Location server_location = 3;Methods in io.dingodb.node with parameters of type Common.LocationModifier and TypeMethodDescriptionNode.NodeInfo.Builder.mergeRaftLocation(Common.Location value) .dingodb.pb.common.Location raft_location = 4;Node.NodeInfo.Builder.mergeServerLocation(Common.Location value) .dingodb.pb.common.Location server_location = 3;Node.NodeInfo.Builder.setRaftLocation(Common.Location value) .dingodb.pb.common.Location raft_location = 4;Node.NodeInfo.Builder.setServerLocation(Common.Location value) .dingodb.pb.common.Location server_location = 3; -
Uses of Common.Location in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return Common.LocationMethods in io.dingodb.sdk.common.utils with parameters of type Common.LocationModifier and TypeMethodDescriptionstatic LocationEntityConversion.mapping(Common.Location location)