Uses of Class
io.dingodb.common.Common.Range.Builder
Packages that use Common.Range.Builder
Package
Description
-
Uses of Common.Range.Builder in dingodb.pb.coordinator_internal
Methods in dingodb.pb.coordinator_internal that return Common.Range.BuilderModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.TableInternal.Builder.getRangeBuilder()if the partition_is is continuous, this field will be set, else this field will be empty.Methods in dingodb.pb.coordinator_internal with parameters of type Common.Range.BuilderModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.TableInternal.Builder.setRange(Common.Range.Builder builderForValue) if the partition_is is continuous, this field will be set, else this field will be empty. -
Uses of Common.Range.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.Range.BuilderModifier and TypeMethodDescriptionCommon.Range.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.Range.Builder.clear()Common.Range.Builder.clearEndKey()bytes end_key = 2;Common.Range.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.Range.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.Range.Builder.clearStartKey()bytes start_key = 1;Common.Range.Builder.clone()Common.RangeWithOptions.Builder.getRangeBuilder().dingodb.pb.common.Range range = 1;Common.RegionDefinition.Builder.getRangeBuilder()this range is provide by user, such as sdkCommon.Range.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.Range.Builder.mergeFrom(com.google.protobuf.Message other) Common.Range.Builder.mergeFrom(Common.Range other) final Common.Range.BuilderCommon.Range.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Common.Range.BuilderCommon.Range.newBuilder()static Common.Range.BuilderCommon.Range.newBuilder(Common.Range prototype) Common.Range.newBuilderForType()protected Common.Range.BuilderCommon.Range.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.Range.Builder.setEndKey(com.google.protobuf.ByteString value) bytes end_key = 2;Common.Range.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.Range.Builder.setStartKey(com.google.protobuf.ByteString value) bytes start_key = 1;final Common.Range.BuilderCommon.Range.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.Range.toBuilder()Methods in io.dingodb.common with parameters of type Common.Range.BuilderModifier and TypeMethodDescriptionCommon.RangeWithOptions.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 1;Common.RegionDefinition.Builder.setRange(Common.Range.Builder builderForValue) this range is provide by user, such as sdk -
Uses of Common.Range.Builder in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.Range.BuilderModifier and TypeMethodDescriptionCoordinator.CreateRegionRequest.Builder.getRangeBuilder().dingodb.pb.common.Range range = 5;Coordinator.DeleteDataRequest.Builder.getRangeBuilder().dingodb.pb.common.Range range = 1;Coordinator.RegionCheck.Builder.getRangeBuilder().dingodb.pb.common.Range range = 2;Coordinator.ScanRegionInfo.Builder.getRangeBuilder()the range of this partCoordinator.StoreRegionCheck.Builder.getRangeBuilder().dingodb.pb.common.Range range = 3;Methods in io.dingodb.coordinator with parameters of type Common.Range.BuilderModifier and TypeMethodDescriptionCoordinator.CreateRegionRequest.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 5;Coordinator.DeleteDataRequest.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 1;Coordinator.RegionCheck.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 2;Coordinator.ScanRegionInfo.Builder.setRange(Common.Range.Builder builderForValue) the range of this partCoordinator.StoreRegionCheck.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 3; -
Uses of Common.Range.Builder in io.dingodb.debug
Methods in io.dingodb.debug that return Common.Range.BuilderModifier and TypeMethodDescriptionDebug.DumpRegionRequest.Builder.getRangeBuilder().dingodb.pb.common.Range range = 3;Methods in io.dingodb.debug with parameters of type Common.Range.BuilderModifier and TypeMethodDescriptionDebug.DumpRegionRequest.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 3; -
Uses of Common.Range.Builder in io.dingodb.error
Methods in io.dingodb.error that return Common.Range.BuilderModifier and TypeMethodDescriptionErrorOuterClass.StoreRegionInfo.Builder.getCurrentRangeBuilder().dingodb.pb.common.Range current_range = 3;Methods in io.dingodb.error with parameters of type Common.Range.BuilderModifier and TypeMethodDescriptionErrorOuterClass.StoreRegionInfo.Builder.setCurrentRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range current_range = 3; -
Uses of Common.Range.Builder in io.dingodb.meta
Methods in io.dingodb.meta that return Common.Range.BuilderModifier and TypeMethodDescriptionMeta.HashPartition.Builder.addRangesBuilder()the count of ranges must be equal to the count of idMeta.HashPartition.Builder.addRangesBuilder(int index) the count of ranges must be equal to the count of idMeta.RangePartition.Builder.addRangesBuilder()the count of ranges must be equal to the count of idMeta.RangePartition.Builder.addRangesBuilder(int index) the count of ranges must be equal to the count of idMeta.Partition.Builder.getRangeBuilder()the count of ranges must be equal to the count of idMeta.RangeDistribution.Builder.getRangeBuilder()the range of this partMeta.HashPartition.Builder.getRangesBuilder(int index) the count of ranges must be equal to the count of idMeta.RangePartition.Builder.getRangesBuilder(int index) the count of ranges must be equal to the count of idMethods in io.dingodb.meta that return types with arguments of type Common.Range.BuilderModifier and TypeMethodDescriptionMeta.HashPartition.Builder.getRangesBuilderList()the count of ranges must be equal to the count of idMeta.RangePartition.Builder.getRangesBuilderList()the count of ranges must be equal to the count of idMethods in io.dingodb.meta with parameters of type Common.Range.BuilderModifier and TypeMethodDescriptionMeta.HashPartition.Builder.addRanges(int index, Common.Range.Builder builderForValue) the count of ranges must be equal to the count of idMeta.HashPartition.Builder.addRanges(Common.Range.Builder builderForValue) the count of ranges must be equal to the count of idMeta.RangePartition.Builder.addRanges(int index, Common.Range.Builder builderForValue) the count of ranges must be equal to the count of idMeta.RangePartition.Builder.addRanges(Common.Range.Builder builderForValue) the count of ranges must be equal to the count of idMeta.Partition.Builder.setRange(Common.Range.Builder builderForValue) the count of ranges must be equal to the count of idMeta.RangeDistribution.Builder.setRange(Common.Range.Builder builderForValue) the range of this partMeta.HashPartition.Builder.setRanges(int index, Common.Range.Builder builderForValue) the count of ranges must be equal to the count of idMeta.RangePartition.Builder.setRanges(int index, Common.Range.Builder builderForValue) the count of ranges must be equal to the count of id -
Uses of Common.Range.Builder in io.dingodb.node
Methods in io.dingodb.node that return Common.Range.BuilderModifier and TypeMethodDescriptionNode.VectorIndexSnapshotMeta.Builder.getRangeBuilder().dingodb.pb.common.Range range = 5;Node.CommitMergeRequest.Builder.getSourceRegionRangeBuilder().dingodb.pb.common.Range source_region_range = 5;Node.CommitMergeRequest.Builder.getTargetRegionRangeBuilder().dingodb.pb.common.Range target_region_range = 8;Methods in io.dingodb.node with parameters of type Common.Range.BuilderModifier and TypeMethodDescriptionNode.VectorIndexSnapshotMeta.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 5;Node.CommitMergeRequest.Builder.setSourceRegionRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range source_region_range = 5;Node.CommitMergeRequest.Builder.setTargetRegionRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range target_region_range = 8; -
Uses of Common.Range.Builder in io.dingodb.raft
Methods in io.dingodb.raft that return Common.Range.BuilderModifier and TypeMethodDescriptionRaft.DeleteRangeRequest.Builder.addRangesBuilder()repeated .dingodb.pb.common.Range ranges = 2;Raft.DeleteRangeRequest.Builder.addRangesBuilder(int index) repeated .dingodb.pb.common.Range ranges = 2;Raft.DeleteRangeRequest.Builder.getRangesBuilder(int index) repeated .dingodb.pb.common.Range ranges = 2;Raft.CommitMergeRequest.Builder.getSourceRegionRangeBuilder()source region rangeRaft.PrepareMergeRequest.Builder.getTargetRegionRangeBuilder()target region rangeMethods in io.dingodb.raft that return types with arguments of type Common.Range.BuilderModifier and TypeMethodDescriptionRaft.DeleteRangeRequest.Builder.getRangesBuilderList()repeated .dingodb.pb.common.Range ranges = 2;Methods in io.dingodb.raft with parameters of type Common.Range.BuilderModifier and TypeMethodDescriptionRaft.DeleteRangeRequest.Builder.addRanges(int index, Common.Range.Builder builderForValue) repeated .dingodb.pb.common.Range ranges = 2;Raft.DeleteRangeRequest.Builder.addRanges(Common.Range.Builder builderForValue) repeated .dingodb.pb.common.Range ranges = 2;Raft.DeleteRangeRequest.Builder.setRanges(int index, Common.Range.Builder builderForValue) repeated .dingodb.pb.common.Range ranges = 2;Raft.CommitMergeRequest.Builder.setSourceRegionRange(Common.Range.Builder builderForValue) source region rangeRaft.PrepareMergeRequest.Builder.setTargetRegionRange(Common.Range.Builder builderForValue) target region range -
Uses of Common.Range.Builder in io.dingodb.store_internal
Methods in io.dingodb.store_internal that return Common.Range.BuilderModifier and TypeMethodDescriptionStoreInternal.Region.Builder.getEncodeRangeBuilder().dingodb.pb.common.Range encode_range = 21;StoreInternal.DocumentIndexSnapshotMeta.Builder.getRangeBuilder().dingodb.pb.common.Range range = 4;StoreInternal.RaftSnapshotRegionMeta.Builder.getRangeBuilder().dingodb.pb.common.Range range = 2;StoreInternal.VectorIndexSnapshotMeta.Builder.getRangeBuilder().dingodb.pb.common.Range range = 4;Methods in io.dingodb.store_internal with parameters of type Common.Range.BuilderModifier and TypeMethodDescriptionStoreInternal.Region.Builder.setEncodeRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range encode_range = 21;StoreInternal.DocumentIndexSnapshotMeta.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 4;StoreInternal.RaftSnapshotRegionMeta.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 2;StoreInternal.VectorIndexSnapshotMeta.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 4;