Class ClassicCoreQueryOps
java.lang.Object
com.couchbase.client.core.classic.query.ClassicCoreQueryOps
- All Implemented Interfaces:
CoreQueryOps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode
queryAsync
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) queryReactive
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.couchbase.client.core.api.query.CoreQueryOps
queryBlocking
-
Constructor Details
-
ClassicCoreQueryOps
-
-
Method Details
-
queryAsync
public CoreAsyncResponse<CoreQueryResult> queryAsync(String statement, CoreQueryOptions options, @Nullable CoreQueryContext queryContext, @Nullable NodeIdentifier target, @Nullable Function<Throwable, RuntimeException> errorConverter) - Specified by:
queryAsync
in interfaceCoreQueryOps
-
queryReactive
public Mono<CoreReactiveQueryResult> queryReactive(String statement, CoreQueryOptions options, @Nullable CoreQueryContext queryContext, @Nullable NodeIdentifier target, @Nullable Function<Throwable, RuntimeException> errorConverter) - Specified by:
queryReactive
in interfaceCoreQueryOps
-
convertOptions
@Internal public static com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode convertOptions(CoreQueryOptions opts)
-