Uses of Class
io.dingodb.store.Store.KvBatchDeleteRequest
Packages that use Store.KvBatchDeleteRequest
-
Uses of Store.KvBatchDeleteRequest in io.dingodb.store
Methods in io.dingodb.store that return Store.KvBatchDeleteRequestModifier and TypeMethodDescriptionStore.KvBatchDeleteRequest.Builder.build()Store.KvBatchDeleteRequest.Builder.buildPartial()static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.getDefaultInstance()Store.KvBatchDeleteRequest.Builder.getDefaultInstanceForType()Store.KvBatchDeleteRequest.getDefaultInstanceForType()static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseDelimitedFrom(InputStream input) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseFrom(byte[] data) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseFrom(com.google.protobuf.ByteString data) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseFrom(InputStream input) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseFrom(ByteBuffer data) static Store.KvBatchDeleteRequestStore.KvBatchDeleteRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.KvBatchDeleteRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Store.KvBatchDeleteRequest,Store.KvBatchDeleteResponse> StoreServiceGrpc.getKvBatchDeleteMethod()com.google.protobuf.Parser<Store.KvBatchDeleteRequest>Store.KvBatchDeleteRequest.getParserForType()static com.google.protobuf.Parser<Store.KvBatchDeleteRequest>Store.KvBatchDeleteRequest.parser()Methods in io.dingodb.store with parameters of type Store.KvBatchDeleteRequestModifier and TypeMethodDescriptiondefault voidStoreServiceGrpc.AsyncService.kvBatchDelete(Store.KvBatchDeleteRequest request, io.grpc.stub.StreamObserver<Store.KvBatchDeleteResponse> responseObserver) StoreServiceGrpc.StoreServiceBlockingStub.kvBatchDelete(Store.KvBatchDeleteRequest request) com.google.common.util.concurrent.ListenableFuture<Store.KvBatchDeleteResponse>StoreServiceGrpc.StoreServiceFutureStub.kvBatchDelete(Store.KvBatchDeleteRequest request) voidStoreServiceGrpc.StoreServiceStub.kvBatchDelete(Store.KvBatchDeleteRequest request, io.grpc.stub.StreamObserver<Store.KvBatchDeleteResponse> responseObserver) Store.KvBatchDeleteRequest.Builder.mergeFrom(Store.KvBatchDeleteRequest other) Store.KvBatchDeleteRequest.newBuilder(Store.KvBatchDeleteRequest prototype)