Interface ReactiveRangeScanOperation.ReactiveRangeScan<T>
- Type Parameters:
T
- the entity type to use for the results
- All Superinterfaces:
ConsistentWith<T>
,InCollection<T>
,InScope<T>
,ReactiveRangeScanOperation.RangeScanConsistentWith<T>
,ReactiveRangeScanOperation.RangeScanInCollection<T>
,ReactiveRangeScanOperation.RangeScanInScope<T>
,ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>
,ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>
,ReactiveRangeScanOperation.RangeScanWithOptions<T>
,ReactiveRangeScanOperation.RangeScanWithProjection<T>
,ReactiveRangeScanOperation.RangeScanWithSort<T>
,ReactiveRangeScanOperation.TerminatingRangeScan<T>
,WithBatchByteLimit<T>
,WithBatchItemLimit<T>
,WithScanOptions<T>
,WithScanSort<T>
- Enclosing interface:
- ReactiveRangeScanOperation
public static interface ReactiveRangeScanOperation.ReactiveRangeScan<T>
extends ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>
Provides methods for constructing query operations in a fluent way.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanConsistentWith
consistentWith
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithBatchByteLimit
withBatchByteLimit
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithBatchItemLimit
withBatchItemLimit
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithProjection
as
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithSort
withSort
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, sampleScan, sampleScanIds