Uses of Class
com.couchbase.client.core.api.kv.CoreAsyncResponse
-
-
Uses of CoreAsyncResponse in com.couchbase.client.core.api.kv
-
Uses of CoreAsyncResponse in com.couchbase.client.core.api.query
Methods in com.couchbase.client.core.api.query that return CoreAsyncResponse Modifier and Type Method Description CoreAsyncResponse<CoreQueryResult>CoreQueryOps. queryAsync(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter) -
Uses of CoreAsyncResponse in com.couchbase.client.core.classic
Methods in com.couchbase.client.core.classic that return CoreAsyncResponse Modifier and Type Method Description static <T,RES extends Response>
CoreAsyncResponse<T>ClassicHelper. newAsyncResponse(Request<RES> request, CompletableFuture<T> future)Returns a new async response whose cancellation task callsRequest.cancel(CancellationReason). -
Uses of CoreAsyncResponse in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv that return CoreAsyncResponse Modifier and Type Method Description CoreAsyncResponse<CoreMutationResult>ClassicCoreKvBinaryOps. appendAsync(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)Appends binary content to the document with custom options.CoreAsyncResponse<CoreCounterResult>ClassicCoreKvBinaryOps. decrementAsync(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)Decrements the counter document by one or the number defined in the options.CoreAsyncResponse<CoreExistsResult>ClassicCoreKvOps. existsAsync(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>ClassicCoreKvOps. getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime)CoreAsyncResponse<CoreGetResult>ClassicCoreKvOps. getAndTouchAsync(CoreCommonOptions common, String key, long expiration)CoreAsyncResponse<CoreGetResult>ClassicCoreKvOps. getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)CoreAsyncResponse<CoreCounterResult>ClassicCoreKvBinaryOps. incrementAsync(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)Increments the counter document by one or the number defined in the options.CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. insertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)CoreAsyncResponse<CoreMutationResult>ClassicCoreKvBinaryOps. prependAsync(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)Prepends binary content to the document with custom options.CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. removeAsync(CoreCommonOptions common, String key, long cas, CoreDurability durability)CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. replaceAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)CoreAsyncResponse<CoreSubdocMutateResult>ClassicCoreKvOps. subdocMutateAsync(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. touchAsync(CoreCommonOptions common, String key, long expiry)CoreAsyncResponse<Void>ClassicCoreKvOps. unlockAsync(CoreCommonOptions common, String key, long cas)CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. upsertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry) -
Uses of CoreAsyncResponse in com.couchbase.client.core.classic.query
Methods in com.couchbase.client.core.classic.query that return CoreAsyncResponse Modifier and Type Method Description CoreAsyncResponse<CoreQueryResult>ClassicCoreQueryOps. queryAsync(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter) -
Uses of CoreAsyncResponse in com.couchbase.client.core.protostellar
Methods in com.couchbase.client.core.protostellar that return CoreAsyncResponse Modifier and Type Method Description static <TSdkResult,TGrpcRequest,TGrpcResponse>
CoreAsyncResponse<TSdkResult>CoreProtostellarAccessors. async(Core core, ProtostellarRequest<TGrpcRequest> request, Function<ProtostellarEndpoint,com.couchbase.client.core.deps.com.google.common.util.concurrent.ListenableFuture<TGrpcResponse>> executeFutureGrpcCall, Function<TGrpcResponse,TSdkResult> convertResponse)Convenience overload that uses the default exception handling.static <TSdkResult,TGrpcRequest,TGrpcResponse>
CoreAsyncResponse<TSdkResult>CoreProtostellarAccessors. async(Core core, ProtostellarRequest<TGrpcRequest> request, Function<ProtostellarEndpoint,com.couchbase.client.core.deps.com.google.common.util.concurrent.ListenableFuture<TGrpcResponse>> executeFutureGrpcCall, Function<TGrpcResponse,TSdkResult> convertResponse, Function<Throwable,ProtostellarRequestBehaviour> convertException) -
Uses of CoreAsyncResponse in com.couchbase.client.core.protostellar.kv
-
Uses of CoreAsyncResponse in com.couchbase.client.core.protostellar.query
Methods in com.couchbase.client.core.protostellar.query that return CoreAsyncResponse Modifier and Type Method Description CoreAsyncResponse<CoreQueryResult>ProtostellarCoreQueryOps. queryAsync(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter)
-