Interface ReactiveFindByQueryOperation.FindByQueryConsistentWith<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
InCollection<T>
,InScope<T>
,OneAndAllReactive<T>
,ReactiveFindByQueryOperation.FindByQueryInCollection<T>
,ReactiveFindByQueryOperation.FindByQueryInScope<T>
,ReactiveFindByQueryOperation.FindByQueryWithOptions<T>
,ReactiveFindByQueryOperation.FindByQueryWithQuery<T>
,ReactiveFindByQueryOperation.TerminatingFindByQuery<T>
,WithQuery<T>
,WithQueryOptions<T>
- All Known Subinterfaces:
ReactiveFindByQueryOperation.FindByQueryWithConsistency<T>
,ReactiveFindByQueryOperation.FindByQueryWithDistinct<T>
,ReactiveFindByQueryOperation.FindByQueryWithProjecting<T>
,ReactiveFindByQueryOperation.FindByQueryWithProjection<T>
,ReactiveFindByQueryOperation.ReactiveFindByQuery<T>
- Enclosing interface:
- ReactiveFindByQueryOperation
@Deprecated
public static interface ReactiveFindByQueryOperation.FindByQueryConsistentWith<T>
extends ReactiveFindByQueryOperation.FindByQueryInScope<T>
Deprecated.
To be removed at the next major release. use WithConsistency instead
-
Method Summary
Modifier and TypeMethodDescriptionconsistentWith
(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Deprecated.Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithQuery
matching, matching
-
Method Details
-
consistentWith
@Deprecated ReactiveFindByQueryOperation.FindByQueryInScope<T> consistentWith(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Deprecated.Allows to override the default scan consistency.- Parameters:
scanConsistency
- the custom scan consistency to use for this query.
-