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