Uses of Class
io.dingodb.common.Common.Location.Builder
Packages that use Common.Location.Builder
Package
Description
-
Uses of Common.Location.Builder in dingodb.pb.coordinator_internal
Methods in dingodb.pb.coordinator_internal that return Common.Location.BuilderModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.CoordinatorInternal.Builder.getRaftLocationBuilder().dingodb.pb.common.Location raft_location = 3;CoordinatorInternalOuterClass.CoordinatorInternal.Builder.getServerLocationBuilder().dingodb.pb.common.Location server_location = 2;Methods in dingodb.pb.coordinator_internal with parameters of type Common.Location.BuilderModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.CoordinatorInternal.Builder.setRaftLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location raft_location = 3;CoordinatorInternalOuterClass.CoordinatorInternal.Builder.setServerLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location server_location = 2; -
Uses of Common.Location.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.Location.BuilderModifier and TypeMethodDescriptionCommon.Location.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.Location.Builder.clear()Common.Location.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.Location.Builder.clearHost()string host = 1;Common.Location.Builder.clearIndex()corresponding braft peerId idxCommon.Location.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.Location.Builder.clearPort()int32 port = 2;Common.Location.Builder.clone()Common.Coordinator.Builder.getLocationBuilder().dingodb.pb.common.Location location = 3;Common.MDS.Builder.getLocationBuilder().dingodb.pb.common.Location location = 2;Common.Peer.Builder.getRaftLocationBuilder().dingodb.pb.common.Location raft_location = 4;Common.Store.Builder.getRaftLocationBuilder()store can only update this field in the first heartbeatCommon.Executor.Builder.getServerLocationBuilder()sdk set this field in heartbeat, only updated by sdkCommon.Peer.Builder.getServerLocationBuilder().dingodb.pb.common.Location server_location = 3;Common.Store.Builder.getServerLocationBuilder()store can only update this field in the first heartbeatCommon.Location.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.Location.Builder.mergeFrom(com.google.protobuf.Message other) Common.Location.Builder.mergeFrom(Common.Location other) final Common.Location.BuilderCommon.Location.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Common.Location.BuilderCommon.Location.newBuilder()static Common.Location.BuilderCommon.Location.newBuilder(Common.Location prototype) Common.Location.newBuilderForType()protected Common.Location.BuilderCommon.Location.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.Location.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) string host = 1;Common.Location.Builder.setHostBytes(com.google.protobuf.ByteString value) string host = 1;Common.Location.Builder.setIndex(int value) corresponding braft peerId idxCommon.Location.Builder.setPort(int value) int32 port = 2;Common.Location.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Common.Location.BuilderCommon.Location.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.Location.toBuilder()Methods in io.dingodb.common with parameters of type Common.Location.BuilderModifier and TypeMethodDescriptionCommon.Coordinator.Builder.setLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location location = 3;Common.MDS.Builder.setLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location location = 2;Common.Peer.Builder.setRaftLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location raft_location = 4;Common.Store.Builder.setRaftLocation(Common.Location.Builder builderForValue) store can only update this field in the first heartbeatCommon.Executor.Builder.setServerLocation(Common.Location.Builder builderForValue) sdk set this field in heartbeat, only updated by sdkCommon.Peer.Builder.setServerLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location server_location = 3;Common.Store.Builder.setServerLocation(Common.Location.Builder builderForValue) store can only update this field in the first heartbeat -
Uses of Common.Location.Builder in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.Location.BuilderModifier and TypeMethodDescriptionCoordinator.GetCoordinatorMapResponse.Builder.addCoordinatorLocationsBuilder()deprcatedCoordinator.GetCoordinatorMapResponse.Builder.addCoordinatorLocationsBuilder(int index) deprcatedCoordinator.ScanRegionInfo.Builder.addLearnersBuilder()all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.Builder.addLearnersBuilder(int index) all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.Builder.addVotersBuilder()all members of the region that have right to vote, this field is equal to the old replicates field of Part.Coordinator.ScanRegionInfo.Builder.addVotersBuilder(int index) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Coordinator.GetCoordinatorMapResponse.Builder.getAutoIncrementLeaderLocationBuilder().dingodb.pb.common.Location auto_increment_leader_location = 7;Coordinator.GetCoordinatorMapResponse.Builder.getCoordinatorLocationsBuilder(int index) deprcatedCoordinator.GetCoordinatorMapResponse.Builder.getKvLeaderLocationBuilder().dingodb.pb.common.Location kv_leader_location = 5;Coordinator.ScanRegionInfo.Builder.getLeaderBuilder()the leader's store locationCoordinator.GetCoordinatorMapResponse.Builder.getLeaderLocationBuilder().dingodb.pb.common.Location leader_location = 4;Coordinator.ScanRegionInfo.Builder.getLearnersBuilder(int index) all members of the region that is learners, have no right to voteCoordinator.GetCoordinatorMapResponse.Builder.getTsoLeaderLocationBuilder().dingodb.pb.common.Location tso_leader_location = 6;Coordinator.ScanRegionInfo.Builder.getVotersBuilder(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.Location.BuilderModifier and TypeMethodDescriptionCoordinator.GetCoordinatorMapResponse.Builder.getCoordinatorLocationsBuilderList()deprcatedCoordinator.ScanRegionInfo.Builder.getLearnersBuilderList()all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.Builder.getVotersBuilderList()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.Location.BuilderModifier and TypeMethodDescriptionCoordinator.GetCoordinatorMapResponse.Builder.addCoordinatorLocations(int index, Common.Location.Builder builderForValue) deprcatedCoordinator.GetCoordinatorMapResponse.Builder.addCoordinatorLocations(Common.Location.Builder builderForValue) deprcatedCoordinator.ScanRegionInfo.Builder.addLearners(int index, Common.Location.Builder builderForValue) all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.Builder.addLearners(Common.Location.Builder builderForValue) all members of the region that is learners, have no right to voteCoordinator.ScanRegionInfo.Builder.addVoters(int index, Common.Location.Builder builderForValue) 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.Builder builderForValue) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Coordinator.GetCoordinatorMapResponse.Builder.setAutoIncrementLeaderLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location auto_increment_leader_location = 7;Coordinator.GetCoordinatorMapResponse.Builder.setCoordinatorLocations(int index, Common.Location.Builder builderForValue) deprcatedCoordinator.GetCoordinatorMapResponse.Builder.setKvLeaderLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location kv_leader_location = 5;Coordinator.ScanRegionInfo.Builder.setLeader(Common.Location.Builder builderForValue) the leader's store locationCoordinator.GetCoordinatorMapResponse.Builder.setLeaderLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location leader_location = 4;Coordinator.ScanRegionInfo.Builder.setLearners(int index, Common.Location.Builder builderForValue) all members of the region that is learners, have no right to voteCoordinator.GetCoordinatorMapResponse.Builder.setTsoLeaderLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location tso_leader_location = 6;Coordinator.ScanRegionInfo.Builder.setVoters(int index, Common.Location.Builder builderForValue) 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.Builder in io.dingodb.debug
Methods in io.dingodb.debug that return Common.Location.BuilderModifier and TypeMethodDescriptionDebug.TriggerVectorIndexSnapshotRequest.Builder.getLocationBuilder().dingodb.pb.common.Location location = 4;Methods in io.dingodb.debug with parameters of type Common.Location.BuilderModifier and TypeMethodDescriptionDebug.TriggerVectorIndexSnapshotRequest.Builder.setLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location location = 4; -
Uses of Common.Location.Builder in io.dingodb.error
Methods in io.dingodb.error that return Common.Location.BuilderModifier and TypeMethodDescriptionErrorOuterClass.Error.Builder.getLeaderLocationBuilder().dingodb.pb.common.Location leader_location = 3;Methods in io.dingodb.error with parameters of type Common.Location.BuilderModifier and TypeMethodDescriptionErrorOuterClass.Error.Builder.setLeaderLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location leader_location = 3; -
Uses of Common.Location.Builder in io.dingodb.meta
Methods in io.dingodb.meta that return Common.Location.BuilderModifier and TypeMethodDescriptionMeta.RangeDistribution.Builder.addLearnersBuilder()all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.addLearnersBuilder(int index) all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.addVotersBuilder()all members of the region that have right to vote, this field is equal to the old replicates field of Part.Meta.RangeDistribution.Builder.addVotersBuilder(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.Builder.getLeaderBuilder()the leader's store locationMeta.RangeDistribution.Builder.getLearnersBuilder(int index) all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.getVotersBuilder(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.Location.BuilderModifier and TypeMethodDescriptionMeta.RangeDistribution.Builder.getLearnersBuilderList()all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.getVotersBuilderList()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.Location.BuilderModifier and TypeMethodDescriptionMeta.RangeDistribution.Builder.addLearners(int index, Common.Location.Builder builderForValue) all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.addLearners(Common.Location.Builder builderForValue) all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.addVoters(int index, Common.Location.Builder builderForValue) 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.Builder builderForValue) all members of the region that have right to vote, this field is equal to the old replicates field of Part.Meta.RangeDistribution.Builder.setLeader(Common.Location.Builder builderForValue) the leader's store locationMeta.RangeDistribution.Builder.setLearners(int index, Common.Location.Builder builderForValue) all members of the region that is learners, have no right to voteMeta.RangeDistribution.Builder.setVoters(int index, Common.Location.Builder builderForValue) 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.Builder in io.dingodb.node
Methods in io.dingodb.node that return Common.Location.BuilderModifier and TypeMethodDescriptionNode.NodeInfo.Builder.getRaftLocationBuilder().dingodb.pb.common.Location raft_location = 4;Node.NodeInfo.Builder.getServerLocationBuilder().dingodb.pb.common.Location server_location = 3;Methods in io.dingodb.node with parameters of type Common.Location.BuilderModifier and TypeMethodDescriptionNode.NodeInfo.Builder.setRaftLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location raft_location = 4;Node.NodeInfo.Builder.setServerLocation(Common.Location.Builder builderForValue) .dingodb.pb.common.Location server_location = 3;