Package com.couchbase.client.java.query
Class QueryAccessor
java.lang.Object
com.couchbase.client.java.query.QueryAccessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeException
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.
-
Constructor Details
-
QueryAccessor
public QueryAccessor()
-
-
Method Details
-
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
-