Interface Raft.DocumentBatchAddRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Raft.DocumentBatchAddRequest, Raft.DocumentBatchAddRequest.Builder
Enclosing class:
Raft

public static interface Raft.DocumentBatchAddRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCfName

      String getCfName()
      string cf_name = 1;
      Returns:
      The cfName.
    • getCfNameBytes

      com.google.protobuf.ByteString getCfNameBytes()
      string cf_name = 1;
      Returns:
      The bytes for cfName.
    • getDocumentsList

      List<Common.DocumentWithId> getDocumentsList()
      repeated .dingodb.pb.common.DocumentWithId documents = 2;
    • getDocuments

      Common.DocumentWithId getDocuments(int index)
      repeated .dingodb.pb.common.DocumentWithId documents = 2;
    • getDocumentsCount

      int getDocumentsCount()
      repeated .dingodb.pb.common.DocumentWithId documents = 2;
    • getDocumentsOrBuilderList

      List<? extends Common.DocumentWithIdOrBuilder> getDocumentsOrBuilderList()
      repeated .dingodb.pb.common.DocumentWithId documents = 2;
    • getDocumentsOrBuilder

      Common.DocumentWithIdOrBuilder getDocumentsOrBuilder(int index)
      repeated .dingodb.pb.common.DocumentWithId documents = 2;
    • getDeleteDocumentIdsList

      List<Long> getDeleteDocumentIdsList()
      repeated int64 delete_document_ids = 3;
      Returns:
      A list containing the deleteDocumentIds.
    • getDeleteDocumentIdsCount

      int getDeleteDocumentIdsCount()
      repeated int64 delete_document_ids = 3;
      Returns:
      The count of deleteDocumentIds.
    • getDeleteDocumentIds

      long getDeleteDocumentIds(int index)
      repeated int64 delete_document_ids = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The deleteDocumentIds at the given index.
    • getIsUpdate

      boolean getIsUpdate()
      bool is_update = 4;
      Returns:
      The isUpdate.
    • getKvsList

      List<Common.KeyValue> getKvsList()
      repeated .dingodb.pb.common.KeyValue kvs = 5;
    • getKvs

      Common.KeyValue getKvs(int index)
      repeated .dingodb.pb.common.KeyValue kvs = 5;
    • getKvsCount

      int getKvsCount()
      repeated .dingodb.pb.common.KeyValue kvs = 5;
    • getKvsOrBuilderList

      List<? extends Common.KeyValueOrBuilder> getKvsOrBuilderList()
      repeated .dingodb.pb.common.KeyValue kvs = 5;
    • getKvsOrBuilder

      Common.KeyValueOrBuilder getKvsOrBuilder(int index)
      repeated .dingodb.pb.common.KeyValue kvs = 5;