Interface ReactiveRangeScanOperation.RangeScanInScope<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
InCollection<T>
,InScope<T>
,ReactiveRangeScanOperation.RangeScanInCollection<T>
,ReactiveRangeScanOperation.RangeScanWithOptions<T>
,ReactiveRangeScanOperation.TerminatingRangeScan<T>
,WithScanOptions<T>
- All Known Subinterfaces:
ReactiveRangeScanOperation.RangeScanConsistentWith<T>
,ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>
,ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>
,ReactiveRangeScanOperation.RangeScanWithProjection<T>
,ReactiveRangeScanOperation.RangeScanWithSort<T>
,ReactiveRangeScanOperation.ReactiveRangeScan<T>
- Enclosing interface:
- ReactiveRangeScanOperation
public static interface ReactiveRangeScanOperation.RangeScanInScope<T>
extends ReactiveRangeScanOperation.RangeScanInCollection<T>, InScope<T>
Fluent method to specify the scope.
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, sampleScan, sampleScanIds