Package com.couchbase.client.java.query
Class QueryAccessor
- java.lang.Object
-
- com.couchbase.client.java.query.QueryAccessor
-
-
Constructor Summary
Constructors Constructor Description QueryAccessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeException
convertCoreQueryError(Throwable err)
static QueryRequest
targetedQueryRequest(String statement, byte[] queryBytes, String clientContextId, NodeIdentifier target, boolean readonly, RetryStrategy retryStrategy, Duration timeout, RequestSpan parentSpan, Core core)
Used by the transactions library, this provides some binary interface protection against QueryRequest/TargetedQueryRequest changing.
-
-
-
Method Detail
-
targetedQueryRequest
@Internal public static QueryRequest targetedQueryRequest(String statement, byte[] queryBytes, String clientContextId, @Nullable NodeIdentifier target, boolean readonly, RetryStrategy retryStrategy, Duration timeout, RequestSpan parentSpan, Core core)
Used by the transactions library, this provides some binary interface protection against QueryRequest/TargetedQueryRequest changing.
-
convertCoreQueryError
public static RuntimeException convertCoreQueryError(Throwable err)
-
-