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