Uses of Class
io.dingodb.coordinator.Coordinator.SnapshotVectorIndexRequest.Builder
Packages that use Coordinator.SnapshotVectorIndexRequest.Builder
-
Uses of Coordinator.SnapshotVectorIndexRequest.Builder in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Coordinator.SnapshotVectorIndexRequest.BuilderModifier and TypeMethodDescriptionCoordinator.SnapshotVectorIndexRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Coordinator.SnapshotVectorIndexRequest.Builder.clear()Coordinator.SnapshotVectorIndexRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Coordinator.SnapshotVectorIndexRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Coordinator.SnapshotVectorIndexRequest.Builder.clearRaftLogIndex()if snapshot_log_id < raft_log_index, no need to save snapshotCoordinator.SnapshotVectorIndexRequest.Builder.clearVectorIndexId()vector index idCoordinator.SnapshotVectorIndexRequest.Builder.clone()Coordinator.RegionCmd.Builder.getSnapshotVectorIndexRequestBuilder()save vector index snapshotCoordinator.SnapshotVectorIndexRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.SnapshotVectorIndexRequest.Builder.mergeFrom(com.google.protobuf.Message other) Coordinator.SnapshotVectorIndexRequest.Builder.mergeFrom(Coordinator.SnapshotVectorIndexRequest other) Coordinator.SnapshotVectorIndexRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Coordinator.SnapshotVectorIndexRequest.newBuilder()Coordinator.SnapshotVectorIndexRequest.newBuilder(Coordinator.SnapshotVectorIndexRequest prototype) Coordinator.SnapshotVectorIndexRequest.newBuilderForType()Coordinator.SnapshotVectorIndexRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Coordinator.SnapshotVectorIndexRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Coordinator.SnapshotVectorIndexRequest.Builder.setRaftLogIndex(long value) if snapshot_log_id < raft_log_index, no need to save snapshotCoordinator.SnapshotVectorIndexRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Coordinator.SnapshotVectorIndexRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Coordinator.SnapshotVectorIndexRequest.Builder.setVectorIndexId(long value) vector index idCoordinator.SnapshotVectorIndexRequest.toBuilder()Methods in io.dingodb.coordinator with parameters of type Coordinator.SnapshotVectorIndexRequest.BuilderModifier and TypeMethodDescriptionCoordinator.RegionCmd.Builder.setSnapshotVectorIndexRequest(Coordinator.SnapshotVectorIndexRequest.Builder builderForValue) save vector index snapshot