Interface WithConsistency<T>
- Type Parameters:
T- - the entity class
- All Known Subinterfaces:
ExecutableFindByQueryOperation.ExecutableFindByQuery<T>,ExecutableFindByQueryOperation.FindByQueryWithConsistency<T>,ExecutableFindByQueryOperation.FindByQueryWithDistinct<T>,ExecutableFindByQueryOperation.FindByQueryWithProjecting<T>,ExecutableFindByQueryOperation.FindByQueryWithProjection<T>,ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T>,ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T>,ReactiveFindByQueryOperation.FindByQueryWithConsistency<T>,ReactiveFindByQueryOperation.FindByQueryWithDistinct<T>,ReactiveFindByQueryOperation.FindByQueryWithProjecting<T>,ReactiveFindByQueryOperation.FindByQueryWithProjection<T>,ReactiveFindByQueryOperation.ReactiveFindByQuery<T>,ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T>,ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
public interface WithConsistency<T>
A common interface operations that take scan consistency
- Author:
- Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionwithConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Specify scan consistency
-
Method Details
-
withConsistency
Specify scan consistency- Parameters:
scanConsistency- - scan consistency
-