Package io.dingodb.raft
Interface Raft.DocumentAddRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Raft.DocumentAddRequest,Raft.DocumentAddRequest.Builder
- Enclosing class:
- Raft
public static interface Raft.DocumentAddRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring cf_name = 1;com.google.protobuf.ByteStringstring cf_name = 1;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 = 3;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; -
getIsUpdate
boolean getIsUpdate()bool is_update = 3;- Returns:
- The isUpdate.
-