Uses of Class
io.dingodb.common.Common.VectorWithId
Packages that use Common.VectorWithId
Package
Description
-
Uses of Common.VectorWithId in io.dingodb.common
Methods in io.dingodb.common that return Common.VectorWithIdModifier and TypeMethodDescriptionCommon.VectorWithId.Builder.build()Common.VectorWithId.Builder.buildPartial()static Common.VectorWithIdCommon.VectorWithId.getDefaultInstance()Common.VectorWithId.Builder.getDefaultInstanceForType()Common.VectorWithId.getDefaultInstanceForType()Common.VectorWithDistance.Builder.getVectorWithId().dingodb.pb.common.VectorWithId vector_with_id = 1;Common.VectorWithDistance.getVectorWithId().dingodb.pb.common.VectorWithId vector_with_id = 1;Common.VectorWithDistanceOrBuilder.getVectorWithId().dingodb.pb.common.VectorWithId vector_with_id = 1;Common.VectorWithKey.Builder.getVectorWithId().dingodb.pb.common.VectorWithId vector_with_id = 1;Common.VectorWithKey.getVectorWithId().dingodb.pb.common.VectorWithId vector_with_id = 1;Common.VectorWithKeyOrBuilder.getVectorWithId().dingodb.pb.common.VectorWithId vector_with_id = 1;static Common.VectorWithIdCommon.VectorWithId.parseDelimitedFrom(InputStream input) static Common.VectorWithIdCommon.VectorWithId.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorWithIdCommon.VectorWithId.parseFrom(byte[] data) static Common.VectorWithIdCommon.VectorWithId.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorWithIdCommon.VectorWithId.parseFrom(com.google.protobuf.ByteString data) static Common.VectorWithIdCommon.VectorWithId.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorWithIdCommon.VectorWithId.parseFrom(com.google.protobuf.CodedInputStream input) static Common.VectorWithIdCommon.VectorWithId.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorWithIdCommon.VectorWithId.parseFrom(InputStream input) static Common.VectorWithIdCommon.VectorWithId.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorWithIdCommon.VectorWithId.parseFrom(ByteBuffer data) static Common.VectorWithIdCommon.VectorWithId.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.VectorWithIdModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.VectorWithId>Common.VectorWithId.getParserForType()static com.google.protobuf.Parser<Common.VectorWithId>Common.VectorWithId.parser()Methods in io.dingodb.common with parameters of type Common.VectorWithIdModifier and TypeMethodDescriptionCommon.VectorWithId.Builder.mergeFrom(Common.VectorWithId other) Common.VectorWithDistance.Builder.mergeVectorWithId(Common.VectorWithId value) .dingodb.pb.common.VectorWithId vector_with_id = 1;Common.VectorWithKey.Builder.mergeVectorWithId(Common.VectorWithId value) .dingodb.pb.common.VectorWithId vector_with_id = 1;static Common.VectorWithId.BuilderCommon.VectorWithId.newBuilder(Common.VectorWithId prototype) Common.VectorWithDistance.Builder.setVectorWithId(Common.VectorWithId value) .dingodb.pb.common.VectorWithId vector_with_id = 1;Common.VectorWithKey.Builder.setVectorWithId(Common.VectorWithId value) .dingodb.pb.common.VectorWithId vector_with_id = 1; -
Uses of Common.VectorWithId in io.dingodb.index
Methods in io.dingodb.index that return Common.VectorWithIdModifier and TypeMethodDescriptionIndex.VectorSearchDebugRequest.Builder.getVector().dingodb.pb.common.VectorWithId vector = 3;Index.VectorSearchDebugRequest.getVector().dingodb.pb.common.VectorWithId vector = 3;Index.VectorSearchDebugRequestOrBuilder.getVector().dingodb.pb.common.VectorWithId vector = 3;Index.VectorAddRequest.Builder.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorAddRequest.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorAddRequestOrBuilder.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponseOrBuilder.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorImportRequest.Builder.getVectors(int index) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorImportRequest.getVectors(int index) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorImportRequestOrBuilder.getVectors(int index) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorScanQueryResponse.Builder.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorScanQueryResponse.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorScanQueryResponseOrBuilder.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorSearchDebugRequest.Builder.getVectorWithIds(int index) this field is used for batch searchIndex.VectorSearchDebugRequest.getVectorWithIds(int index) this field is used for batch searchIndex.VectorSearchDebugRequestOrBuilder.getVectorWithIds(int index) this field is used for batch searchIndex.VectorSearchRequest.Builder.getVectorWithIds(int index) this field is used for batch searchIndex.VectorSearchRequest.getVectorWithIds(int index) this field is used for batch searchIndex.VectorSearchRequestOrBuilder.getVectorWithIds(int index) this field is used for batch searchMethods in io.dingodb.index that return types with arguments of type Common.VectorWithIdModifier and TypeMethodDescriptionIndex.VectorAddRequest.Builder.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorAddRequest.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorAddRequestOrBuilder.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponseOrBuilder.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorImportRequest.Builder.getVectorsList()Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorImportRequest.getVectorsList()Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorImportRequestOrBuilder.getVectorsList()Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorScanQueryResponse.Builder.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorScanQueryResponse.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorScanQueryResponseOrBuilder.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorSearchDebugRequest.Builder.getVectorWithIdsList()this field is used for batch searchIndex.VectorSearchDebugRequest.getVectorWithIdsList()this field is used for batch searchIndex.VectorSearchDebugRequestOrBuilder.getVectorWithIdsList()this field is used for batch searchIndex.VectorSearchRequest.Builder.getVectorWithIdsList()this field is used for batch searchIndex.VectorSearchRequest.getVectorWithIdsList()this field is used for batch searchIndex.VectorSearchRequestOrBuilder.getVectorWithIdsList()this field is used for batch searchMethods in io.dingodb.index with parameters of type Common.VectorWithIdModifier and TypeMethodDescriptionIndex.VectorAddRequest.Builder.addVectors(int index, Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorAddRequest.Builder.addVectors(Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.addVectors(int index, Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.addVectors(Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorImportRequest.Builder.addVectors(int index, Common.VectorWithId value) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorImportRequest.Builder.addVectors(Common.VectorWithId value) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorScanQueryResponse.Builder.addVectors(int index, Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorScanQueryResponse.Builder.addVectors(Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorSearchDebugRequest.Builder.addVectorWithIds(int index, Common.VectorWithId value) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.addVectorWithIds(Common.VectorWithId value) this field is used for batch searchIndex.VectorSearchRequest.Builder.addVectorWithIds(int index, Common.VectorWithId value) this field is used for batch searchIndex.VectorSearchRequest.Builder.addVectorWithIds(Common.VectorWithId value) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.mergeVector(Common.VectorWithId value) .dingodb.pb.common.VectorWithId vector = 3;Index.VectorSearchDebugRequest.Builder.setVector(Common.VectorWithId value) .dingodb.pb.common.VectorWithId vector = 3;Index.VectorAddRequest.Builder.setVectors(int index, Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.setVectors(int index, Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorImportRequest.Builder.setVectors(int index, Common.VectorWithId value) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorScanQueryResponse.Builder.setVectors(int index, Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorSearchDebugRequest.Builder.setVectorWithIds(int index, Common.VectorWithId value) this field is used for batch searchIndex.VectorSearchRequest.Builder.setVectorWithIds(int index, Common.VectorWithId value) this field is used for batch searchMethod parameters in io.dingodb.index with type arguments of type Common.VectorWithIdModifier and TypeMethodDescriptionIndex.VectorAddRequest.Builder.addAllVectors(Iterable<? extends Common.VectorWithId> values) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.addAllVectors(Iterable<? extends Common.VectorWithId> values) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorImportRequest.Builder.addAllVectors(Iterable<? extends Common.VectorWithId> values) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorScanQueryResponse.Builder.addAllVectors(Iterable<? extends Common.VectorWithId> values) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorSearchDebugRequest.Builder.addAllVectorWithIds(Iterable<? extends Common.VectorWithId> values) this field is used for batch searchIndex.VectorSearchRequest.Builder.addAllVectorWithIds(Iterable<? extends Common.VectorWithId> values) this field is used for batch search -
Uses of Common.VectorWithId in io.dingodb.raft
Methods in io.dingodb.raft that return Common.VectorWithIdModifier and TypeMethodDescriptionRaft.VectorAddRequest.Builder.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorAddRequest.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorAddRequestOrBuilder.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorBatchAddRequest.Builder.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 1;Raft.VectorBatchAddRequest.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 1;Raft.VectorBatchAddRequestOrBuilder.getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 1;Methods in io.dingodb.raft that return types with arguments of type Common.VectorWithIdModifier and TypeMethodDescriptionRaft.VectorAddRequest.Builder.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorAddRequest.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorAddRequestOrBuilder.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorBatchAddRequest.Builder.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 1;Raft.VectorBatchAddRequest.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 1;Raft.VectorBatchAddRequestOrBuilder.getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 1;Methods in io.dingodb.raft with parameters of type Common.VectorWithIdModifier and TypeMethodDescriptionRaft.VectorAddRequest.Builder.addVectors(int index, Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorAddRequest.Builder.addVectors(Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorBatchAddRequest.Builder.addVectors(int index, Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 1;Raft.VectorBatchAddRequest.Builder.addVectors(Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 1;Raft.VectorAddRequest.Builder.setVectors(int index, Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorBatchAddRequest.Builder.setVectors(int index, Common.VectorWithId value) repeated .dingodb.pb.common.VectorWithId vectors = 1;Method parameters in io.dingodb.raft with type arguments of type Common.VectorWithIdModifier and TypeMethodDescriptionRaft.VectorAddRequest.Builder.addAllVectors(Iterable<? extends Common.VectorWithId> values) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorBatchAddRequest.Builder.addAllVectors(Iterable<? extends Common.VectorWithId> values) repeated .dingodb.pb.common.VectorWithId vectors = 1; -
Uses of Common.VectorWithId in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return Common.VectorWithIdModifier and TypeMethodDescriptionstatic Common.VectorWithIdEntityConversion.mapping(VectorWithId withId) Methods in io.dingodb.sdk.common.utils with parameters of type Common.VectorWithIdModifier and TypeMethodDescriptionstatic VectorWithIdEntityConversion.mapping(Common.VectorWithId withId) -
Uses of Common.VectorWithId in io.dingodb.store
Methods in io.dingodb.store that return Common.VectorWithIdModifier and TypeMethodDescriptionStore.Mutation.Builder.getVector()for vector index region, executor must use the VectorWithId to do put/putifabsentStore.Mutation.getVector()for vector index region, executor must use the VectorWithId to do put/putifabsentStore.MutationOrBuilder.getVector()for vector index region, executor must use the VectorWithId to do put/putifabsentStore.TxnGetResponse.Builder.getVector()for vector index region: The vector value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.TxnGetResponse.getVector()for vector index region: The vector value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.TxnGetResponseOrBuilder.getVector()for vector index region: The vector value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.TxnPessimisticLockResponse.Builder.getVector(int index) The values is set if 'return_values' is true in the request and no error.Store.TxnPessimisticLockResponse.getVector(int index) The values is set if 'return_values' is true in the request and no error.Store.TxnPessimisticLockResponseOrBuilder.getVector(int index) The values is set if 'return_values' is true in the request and no error.Store.TxnBatchGetResponse.Builder.getVectors(int index) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponse.getVectors(int index) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponseOrBuilder.getVectors(int index) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.getVectors(int index) for vector index region, vectors is the return value of the scan requestStore.TxnScanResponse.getVectors(int index) for vector index region, vectors is the return value of the scan requestStore.TxnScanResponseOrBuilder.getVectors(int index) for vector index region, vectors is the return value of the scan requestMethods in io.dingodb.store that return types with arguments of type Common.VectorWithIdModifier and TypeMethodDescriptionStore.TxnPessimisticLockResponse.Builder.getVectorList()The values is set if 'return_values' is true in the request and no error.Store.TxnPessimisticLockResponse.getVectorList()The values is set if 'return_values' is true in the request and no error.Store.TxnPessimisticLockResponseOrBuilder.getVectorList()The values is set if 'return_values' is true in the request and no error.Store.TxnBatchGetResponse.Builder.getVectorsList()for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponse.getVectorsList()for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponseOrBuilder.getVectorsList()for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.getVectorsList()for vector index region, vectors is the return value of the scan requestStore.TxnScanResponse.getVectorsList()for vector index region, vectors is the return value of the scan requestStore.TxnScanResponseOrBuilder.getVectorsList()for vector index region, vectors is the return value of the scan requestMethods in io.dingodb.store with parameters of type Common.VectorWithIdModifier and TypeMethodDescriptionStore.TxnPessimisticLockResponse.Builder.addVector(int index, Common.VectorWithId value) The values is set if 'return_values' is true in the request and no error.Store.TxnPessimisticLockResponse.Builder.addVector(Common.VectorWithId value) The values is set if 'return_values' is true in the request and no error.Store.TxnBatchGetResponse.Builder.addVectors(int index, Common.VectorWithId value) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponse.Builder.addVectors(Common.VectorWithId value) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.addVectors(int index, Common.VectorWithId value) for vector index region, vectors is the return value of the scan requestStore.TxnScanResponse.Builder.addVectors(Common.VectorWithId value) for vector index region, vectors is the return value of the scan requestStore.Mutation.Builder.mergeVector(Common.VectorWithId value) for vector index region, executor must use the VectorWithId to do put/putifabsentStore.TxnGetResponse.Builder.mergeVector(Common.VectorWithId value) for vector index region: The vector value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.Mutation.Builder.setVector(Common.VectorWithId value) for vector index region, executor must use the VectorWithId to do put/putifabsentStore.TxnGetResponse.Builder.setVector(Common.VectorWithId value) for vector index region: The vector value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.TxnPessimisticLockResponse.Builder.setVector(int index, Common.VectorWithId value) The values is set if 'return_values' is true in the request and no error.Store.TxnBatchGetResponse.Builder.setVectors(int index, Common.VectorWithId value) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.setVectors(int index, Common.VectorWithId value) for vector index region, vectors is the return value of the scan requestMethod parameters in io.dingodb.store with type arguments of type Common.VectorWithIdModifier and TypeMethodDescriptionStore.TxnPessimisticLockResponse.Builder.addAllVector(Iterable<? extends Common.VectorWithId> values) The values is set if 'return_values' is true in the request and no error.Store.TxnBatchGetResponse.Builder.addAllVectors(Iterable<? extends Common.VectorWithId> values) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.addAllVectors(Iterable<? extends Common.VectorWithId> values) for vector index region, vectors is the return value of the scan request