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