Uses of Class
io.dingodb.meta.Meta.HashPartition.Builder
Packages that use Meta.HashPartition.Builder
-
Uses of Meta.HashPartition.Builder in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.HashPartition.BuilderModifier and TypeMethodDescriptionMeta.HashPartition.Builder.addAllIds(Iterable<? extends Meta.DingoCommonId> values) this is really part id, its parent entity is tableMeta.HashPartition.Builder.addAllRanges(Iterable<? extends Common.Range> values) the count of ranges must be equal to the count of idMeta.HashPartition.Builder.addIds(int index, Meta.DingoCommonId value) this is really part id, its parent entity is tableMeta.HashPartition.Builder.addIds(int index, Meta.DingoCommonId.Builder builderForValue) this is really part id, its parent entity is tableMeta.HashPartition.Builder.addIds(Meta.DingoCommonId value) this is really part id, its parent entity is tableMeta.HashPartition.Builder.addIds(Meta.DingoCommonId.Builder builderForValue) this is really part id, its parent entity is tableMeta.HashPartition.Builder.addRanges(int index, Common.Range value) the count of ranges must be equal to the count of idMeta.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 value) 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.HashPartition.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.HashPartition.Builder.clear()Meta.HashPartition.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Meta.HashPartition.Builder.clearIds()this is really part id, its parent entity is tableMeta.HashPartition.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Meta.HashPartition.Builder.clearRanges()the count of ranges must be equal to the count of idMeta.HashPartition.Builder.clone()Meta.HashPartition.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.HashPartition.Builder.mergeFrom(com.google.protobuf.Message other) Meta.HashPartition.Builder.mergeFrom(Meta.HashPartition other) Meta.HashPartition.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Meta.HashPartition.BuilderMeta.HashPartition.newBuilder()static Meta.HashPartition.BuilderMeta.HashPartition.newBuilder(Meta.HashPartition prototype) Meta.HashPartition.newBuilderForType()protected Meta.HashPartition.BuilderMeta.HashPartition.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Meta.HashPartition.Builder.removeIds(int index) this is really part id, its parent entity is tableMeta.HashPartition.Builder.removeRanges(int index) the count of ranges must be equal to the count of idMeta.HashPartition.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.HashPartition.Builder.setIds(int index, Meta.DingoCommonId value) this is really part id, its parent entity is tableMeta.HashPartition.Builder.setIds(int index, Meta.DingoCommonId.Builder builderForValue) this is really part id, its parent entity is tableMeta.HashPartition.Builder.setRanges(int index, Common.Range value) the count of ranges must be equal to the count of idMeta.HashPartition.Builder.setRanges(int index, Common.Range.Builder builderForValue) the count of ranges must be equal to the count of idMeta.HashPartition.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Meta.HashPartition.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.HashPartition.toBuilder()