Interface ConsistentWith<R>
- Type Parameters:
R- - the entity class
- All Known Subinterfaces:
ExecutableRangeScanOperation.ExecutableRangeScan<T>,ExecutableRangeScanOperation.RangeScanConsistentWith<T>,ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>,ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>,ExecutableRangeScanOperation.RangeScanWithProjection<T>,ReactiveRangeScanOperation.RangeScanConsistentWith<T>,ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>,ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>,ReactiveRangeScanOperation.RangeScanWithProjection<T>,ReactiveRangeScanOperation.ReactiveRangeScan<T>
public interface ConsistentWith<R>
A common interface for those that support withOptions()
- Author:
- Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionconsistentWith(com.couchbase.client.java.kv.MutationState mutationState)
-
Method Details
-
consistentWith
-