Uses of Interface
com.couchbase.client.core.api.query.CoreQueryOptions
-
-
Uses of CoreQueryOptions in com.couchbase.client.core.api.query
Classes in com.couchbase.client.core.api.query that implement CoreQueryOptions Modifier and Type Class Description class
CoreQueryOptionsTransactions
Transactions does some rather complex things with CoreQueryOptions.Methods in com.couchbase.client.core.api.query with parameters of type CoreQueryOptions Modifier and Type Method Description CoreAsyncResponse<CoreQueryResult>
CoreQueryOps. queryAsync(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter)
default CoreQueryResult
CoreQueryOps. queryBlocking(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter)
Performs a query.Mono<CoreReactiveQueryResult>
CoreQueryOps. queryReactive(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter)
Constructors in com.couchbase.client.core.api.query with parameters of type CoreQueryOptions Constructor Description CoreQueryOptionsTransactions(CoreQueryOptions original)
-
Uses of CoreQueryOptions in com.couchbase.client.core.classic.query
Methods in com.couchbase.client.core.classic.query with parameters of type CoreQueryOptions Modifier and Type Method Description static com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode
ClassicCoreQueryOps. convertOptions(CoreQueryOptions opts)
CoreAsyncResponse<CoreQueryResult>
ClassicCoreQueryOps. queryAsync(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter)
Mono<CoreReactiveQueryResult>
ClassicCoreQueryOps. queryReactive(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter)
-
Uses of CoreQueryOptions in com.couchbase.client.core.manager
Methods in com.couchbase.client.core.manager that return CoreQueryOptions Modifier and Type Method Description static CoreQueryOptions
CoreCollectionQueryIndexManager. toQueryOptions(CoreCommonOptions options, boolean readonly, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode parameters)
-
Uses of CoreQueryOptions in com.couchbase.client.core.protostellar.query
Methods in com.couchbase.client.core.protostellar.query with parameters of type CoreQueryOptions Modifier and Type Method Description CoreAsyncResponse<CoreQueryResult>
ProtostellarCoreQueryOps. queryAsync(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter)
CoreQueryResult
ProtostellarCoreQueryOps. queryBlocking(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter)
Mono<CoreReactiveQueryResult>
ProtostellarCoreQueryOps. queryReactive(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable,RuntimeException> errorConverter)
-
Uses of CoreQueryOptions in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction with parameters of type CoreQueryOptions Modifier and Type Method Description Mono<CoreReactiveQueryResult>
CoreTransactionsReactive. query(String statement, CoreQueryContext queryContext, CoreQueryOptions queryOptions, Optional<RequestSpan> parentSpan, Function<Throwable,RuntimeException> errorConverter)
Performs a single query transaction, with a scope context and custom configuration.Mono<CoreQueryResult>
CoreTransactionAttemptContext. queryBlocking(String statement, CoreQueryContext qc, CoreQueryOptions options, boolean tximplicit)
Used by AttemptContext, buffers all query rows in-memory.Mono<CoreQueryResult>
CoreTransactionsReactive. queryBlocking(String statement, CoreQueryContext qc, CoreQueryOptions queryOptions, Optional<RequestSpan> parentSpan)
Mono<ClassicCoreReactiveQueryResult>
CoreTransactionAttemptContext. queryWrapperLocked(int sidx, CoreQueryContext qc, String statement, CoreQueryOptions options, String hookPoint, boolean isBeginWork, boolean existingErrorCheck, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode txdata, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ArrayNode params, SpanWrapper span, boolean tximplicit, AtomicReference<ReactiveLock.Waiter> lockToken, boolean updateInternalState)
This will return a TransactionOperationFailedException if that's what query returns, else will return the error after passing through convertQueryError.
-