Uses of Class
io.dingodb.raft.Raft.DeleteBatchRequest
Packages that use Raft.DeleteBatchRequest
-
Uses of Raft.DeleteBatchRequest in io.dingodb.raft
Methods in io.dingodb.raft that return Raft.DeleteBatchRequestModifier and TypeMethodDescriptionRaft.DeleteBatchRequest.Builder.build()Raft.DeleteBatchRequest.Builder.buildPartial()static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.getDefaultInstance()Raft.DeleteBatchRequest.Builder.getDefaultInstanceForType()Raft.DeleteBatchRequest.getDefaultInstanceForType()Raft.Request.Builder.getDeleteBatch().dingodb.pb.raft.DeleteBatchRequest delete_batch = 1003;Raft.Request.getDeleteBatch().dingodb.pb.raft.DeleteBatchRequest delete_batch = 1003;Raft.RequestOrBuilder.getDeleteBatch().dingodb.pb.raft.DeleteBatchRequest delete_batch = 1003;static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseDelimitedFrom(InputStream input) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseFrom(byte[] data) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseFrom(com.google.protobuf.ByteString data) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseFrom(InputStream input) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseFrom(ByteBuffer data) static Raft.DeleteBatchRequestRaft.DeleteBatchRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.raft that return types with arguments of type Raft.DeleteBatchRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Raft.DeleteBatchRequest>Raft.DeleteBatchRequest.getParserForType()static com.google.protobuf.Parser<Raft.DeleteBatchRequest>Raft.DeleteBatchRequest.parser()Methods in io.dingodb.raft with parameters of type Raft.DeleteBatchRequestModifier and TypeMethodDescriptionRaft.Request.Builder.mergeDeleteBatch(Raft.DeleteBatchRequest value) .dingodb.pb.raft.DeleteBatchRequest delete_batch = 1003;Raft.DeleteBatchRequest.Builder.mergeFrom(Raft.DeleteBatchRequest other) Raft.DeleteBatchRequest.newBuilder(Raft.DeleteBatchRequest prototype) Raft.Request.Builder.setDeleteBatch(Raft.DeleteBatchRequest value) .dingodb.pb.raft.DeleteBatchRequest delete_batch = 1003;