T - the entity type to use for the results.public static interface ExecutableFindByQueryOperation.FindByQueryWithConsistency<T> extends ExecutableFindByQueryOperation.FindByQueryConsistentWith<T>, WithConsistency<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableFindByQueryOperation.FindByQueryConsistentWith<T> |
withConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency)
Allows to override the default scan consistency.
|
consistentWithinScopeinCollectionwithOptionsmatching, matchingall, count, exists, first, firstValue, one, oneValue, streamExecutableFindByQueryOperation.FindByQueryConsistentWith<T> withConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency)
withConsistency in interface WithConsistency<T>scanConsistency - the custom scan consistency to use for this query.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.