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