@Stability.Internal public class ClassicCoreQueryOps extends Object implements CoreQueryOps
| Constructor and Description |
|---|
ClassicCoreQueryOps(Core core) |
| Modifier and Type | Method and Description |
|---|---|
static com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode |
convertOptions(CoreQueryOptions opts) |
CoreAsyncResponse<CoreQueryResult> |
queryAsync(String statement,
CoreQueryOptions options,
CoreQueryContext queryContext,
NodeIdentifier target,
Function<Throwable,RuntimeException> errorConverter) |
Mono<CoreReactiveQueryResult> |
queryReactive(String statement,
CoreQueryOptions options,
CoreQueryContext queryContext,
NodeIdentifier target,
Function<Throwable,RuntimeException> errorConverter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitqueryBlockingpublic ClassicCoreQueryOps(Core core)
public CoreAsyncResponse<CoreQueryResult> queryAsync(String statement, CoreQueryOptions options, @Nullable CoreQueryContext queryContext, @Nullable NodeIdentifier target, @Nullable Function<Throwable,RuntimeException> errorConverter)
queryAsync in interface CoreQueryOpspublic Mono<CoreReactiveQueryResult> queryReactive(String statement, CoreQueryOptions options, @Nullable CoreQueryContext queryContext, @Nullable NodeIdentifier target, @Nullable Function<Throwable,RuntimeException> errorConverter)
queryReactive in interface CoreQueryOps@Stability.Internal public static com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode convertOptions(CoreQueryOptions opts)
Copyright © 2024 Couchbase, Inc.. All rights reserved.