Package io.dingodb.index
Interface Index.VectorImportRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Index.VectorImportRequest,Index.VectorImportRequest.Builder
- Enclosing class:
- Index
public static interface Index.VectorImportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.store.Context context = 2;.dingodb.pb.store.Context context = 2;longgetDeleteIds(int index) Delete data from rocksdb.intDelete data from rocksdb.Delete data from rocksdb..dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;longgetTtl()duration time, unit msgetVectors(int index) Add or update data to RocksDB, but it will not be added to the vector index.intAdd or update data to RocksDB, but it will not be added to the vector index.Add or update data to RocksDB, but it will not be added to the vector index.getVectorsOrBuilder(int index) Add or update data to RocksDB, but it will not be added to the vector index.List<? extends Common.VectorWithIdOrBuilder>Add or update data to RocksDB, but it will not be added to the vector index.boolean.dingodb.pb.store.Context context = 2;boolean.dingodb.pb.common.RequestInfo request_info = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequestInfo
boolean hasRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- Whether the requestInfo field is set.
-
getRequestInfo
Common.RequestInfo getRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- The requestInfo.
-
getRequestInfoOrBuilder
Common.RequestInfoOrBuilder getRequestInfoOrBuilder().dingodb.pb.common.RequestInfo request_info = 1; -
hasContext
boolean hasContext().dingodb.pb.store.Context context = 2;- Returns:
- Whether the context field is set.
-
getContext
Store.Context getContext().dingodb.pb.store.Context context = 2;- Returns:
- The context.
-
getContextOrBuilder
Store.ContextOrBuilder getContextOrBuilder().dingodb.pb.store.Context context = 2; -
getVectorsList
List<Common.VectorWithId> getVectorsList()Add or update data to RocksDB, but it will not be added to the vector index.
repeated .dingodb.pb.common.VectorWithId vectors = 3; -
getVectors
Add or update data to RocksDB, but it will not be added to the vector index.
repeated .dingodb.pb.common.VectorWithId vectors = 3; -
getVectorsCount
int getVectorsCount()Add or update data to RocksDB, but it will not be added to the vector index.
repeated .dingodb.pb.common.VectorWithId vectors = 3; -
getVectorsOrBuilderList
List<? extends Common.VectorWithIdOrBuilder> getVectorsOrBuilderList()Add or update data to RocksDB, but it will not be added to the vector index.
repeated .dingodb.pb.common.VectorWithId vectors = 3; -
getVectorsOrBuilder
Add or update data to RocksDB, but it will not be added to the vector index.
repeated .dingodb.pb.common.VectorWithId vectors = 3; -
getDeleteIdsList
Delete data from rocksdb. This operation will not involve vector indexes.
repeated int64 delete_ids = 4;- Returns:
- A list containing the deleteIds.
-
getDeleteIdsCount
int getDeleteIdsCount()Delete data from rocksdb. This operation will not involve vector indexes.
repeated int64 delete_ids = 4;- Returns:
- The count of deleteIds.
-
getDeleteIds
long getDeleteIds(int index) Delete data from rocksdb. This operation will not involve vector indexes.
repeated int64 delete_ids = 4;- Parameters:
index- The index of the element to return.- Returns:
- The deleteIds at the given index.
-
getTtl
long getTtl()duration time, unit ms
int64 ttl = 5;- Returns:
- The ttl.
-