Uses of Class
io.dingodb.raft.Raft.DocumentBatchAddRequest
Packages that use Raft.DocumentBatchAddRequest
-
Uses of Raft.DocumentBatchAddRequest in io.dingodb.raft
Methods in io.dingodb.raft that return Raft.DocumentBatchAddRequestModifier and TypeMethodDescriptionRaft.DocumentBatchAddRequest.Builder.build()Raft.DocumentBatchAddRequest.Builder.buildPartial()static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.getDefaultInstance()Raft.DocumentBatchAddRequest.Builder.getDefaultInstanceForType()Raft.DocumentBatchAddRequest.getDefaultInstanceForType()Raft.Request.Builder.getDocumentBatchAdd()for restore dataRaft.Request.getDocumentBatchAdd()for restore dataRaft.RequestOrBuilder.getDocumentBatchAdd()for restore datastatic Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseDelimitedFrom(InputStream input) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseFrom(byte[] data) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseFrom(com.google.protobuf.ByteString data) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseFrom(InputStream input) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseFrom(ByteBuffer data) static Raft.DocumentBatchAddRequestRaft.DocumentBatchAddRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.raft that return types with arguments of type Raft.DocumentBatchAddRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Raft.DocumentBatchAddRequest>Raft.DocumentBatchAddRequest.getParserForType()static com.google.protobuf.Parser<Raft.DocumentBatchAddRequest>Raft.DocumentBatchAddRequest.parser()Methods in io.dingodb.raft with parameters of type Raft.DocumentBatchAddRequestModifier and TypeMethodDescriptionRaft.Request.Builder.mergeDocumentBatchAdd(Raft.DocumentBatchAddRequest value) for restore dataRaft.DocumentBatchAddRequest.Builder.mergeFrom(Raft.DocumentBatchAddRequest other) Raft.DocumentBatchAddRequest.newBuilder(Raft.DocumentBatchAddRequest prototype) Raft.Request.Builder.setDocumentBatchAdd(Raft.DocumentBatchAddRequest value) for restore data