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