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