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 Type
    Method
    Description
    withConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency)
    Specify scan consistency
  • Method Details

    • withConsistency

      Object withConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency)
      Specify scan consistency
      Parameters:
      scanConsistency - - scan consistency