T - the entity type to use for the results.public static interface ReactiveFindByQueryOperation.FindByQueryWithConsistency<T> extends ReactiveFindByQueryOperation.FindByQueryConsistentWith<T>, WithConsistency<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveFindByQueryOperation.FindByQueryConsistentWith<T> |
withConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency)
Allows to override the default scan consistency.
|
consistentWithinScopeinCollectionwithOptionsmatching, matchingReactiveFindByQueryOperation.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.