Uses of Class
io.dingodb.store_internal.StoreInternal.VectorIndexSnapshotMeta.Builder
Packages that use StoreInternal.VectorIndexSnapshotMeta.Builder
-
Uses of StoreInternal.VectorIndexSnapshotMeta.Builder in io.dingodb.store_internal
Methods in io.dingodb.store_internal that return StoreInternal.VectorIndexSnapshotMeta.BuilderModifier and TypeMethodDescriptionStoreInternal.VectorIndexSnapshotMeta.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StoreInternal.VectorIndexSnapshotMeta.Builder.clear()StoreInternal.VectorIndexSnapshotMeta.Builder.clearEpoch().dingodb.pb.common.RegionEpoch epoch = 3;StoreInternal.VectorIndexSnapshotMeta.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) StoreInternal.VectorIndexSnapshotMeta.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) StoreInternal.VectorIndexSnapshotMeta.Builder.clearRange().dingodb.pb.common.Range range = 4;StoreInternal.VectorIndexSnapshotMeta.Builder.clearSnapshotLogId()int64 snapshot_log_id = 2;StoreInternal.VectorIndexSnapshotMeta.Builder.clearVectorIndexId()int64 vector_index_id = 1;StoreInternal.VectorIndexSnapshotMeta.Builder.clone()StoreInternal.VectorIndexSnapshotMeta.Builder.mergeEpoch(Common.RegionEpoch value) .dingodb.pb.common.RegionEpoch epoch = 3;StoreInternal.VectorIndexSnapshotMeta.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.VectorIndexSnapshotMeta.Builder.mergeFrom(com.google.protobuf.Message other) StoreInternal.VectorIndexSnapshotMeta.Builder.mergeFrom(StoreInternal.VectorIndexSnapshotMeta other) StoreInternal.VectorIndexSnapshotMeta.Builder.mergeRange(Common.Range value) .dingodb.pb.common.Range range = 4;StoreInternal.VectorIndexSnapshotMeta.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StoreInternal.VectorIndexSnapshotMeta.newBuilder()StoreInternal.VectorIndexSnapshotMeta.newBuilder(StoreInternal.VectorIndexSnapshotMeta prototype) StoreInternal.VectorIndexSnapshotMeta.newBuilderForType()StoreInternal.VectorIndexSnapshotMeta.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) StoreInternal.VectorIndexSnapshotMeta.Builder.setEpoch(Common.RegionEpoch value) .dingodb.pb.common.RegionEpoch epoch = 3;StoreInternal.VectorIndexSnapshotMeta.Builder.setEpoch(Common.RegionEpoch.Builder builderForValue) .dingodb.pb.common.RegionEpoch epoch = 3;StoreInternal.VectorIndexSnapshotMeta.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StoreInternal.VectorIndexSnapshotMeta.Builder.setRange(Common.Range value) .dingodb.pb.common.Range range = 4;StoreInternal.VectorIndexSnapshotMeta.Builder.setRange(Common.Range.Builder builderForValue) .dingodb.pb.common.Range range = 4;StoreInternal.VectorIndexSnapshotMeta.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) StoreInternal.VectorIndexSnapshotMeta.Builder.setSnapshotLogId(long value) int64 snapshot_log_id = 2;StoreInternal.VectorIndexSnapshotMeta.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StoreInternal.VectorIndexSnapshotMeta.Builder.setVectorIndexId(long value) int64 vector_index_id = 1;StoreInternal.VectorIndexSnapshotMeta.toBuilder()