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 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

      Common.VectorWithId getVectors(int index)
       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

      Common.VectorWithIdOrBuilder getVectorsOrBuilder(int index)
       Add or update data to RocksDB, but it will not be added to the vector
       index.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 3;
    • getDeleteIdsList

      List<Long> 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.