Package io.dingodb.raft
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 Summary
Modifier and TypeMethodDescriptionstring cf_name = 1;com.google.protobuf.ByteStringstring cf_name = 1;longgetDeleteDocumentIds(int index) repeated int64 delete_document_ids = 3;intrepeated int64 delete_document_ids = 3;repeated int64 delete_document_ids = 3;getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;intrepeated .dingodb.pb.common.DocumentWithId documents = 2;repeated .dingodb.pb.common.DocumentWithId documents = 2;getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;List<? extends Common.DocumentWithIdOrBuilder>repeated .dingodb.pb.common.DocumentWithId documents = 2;booleanbool is_update = 4;getKvs(int index) repeated .dingodb.pb.common.KeyValue kvs = 5;intrepeated .dingodb.pb.common.KeyValue kvs = 5;repeated .dingodb.pb.common.KeyValue kvs = 5;getKvsOrBuilder(int index) repeated .dingodb.pb.common.KeyValue kvs = 5;List<? extends Common.KeyValueOrBuilder>repeated .dingodb.pb.common.KeyValue kvs = 5;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
-
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
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
repeated .dingodb.pb.common.DocumentWithId documents = 2; -
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
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
repeated .dingodb.pb.common.KeyValue kvs = 5;
-