Interface ReactiveRangeScanOperation.RangeScanInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
InCollection<T>
,ReactiveRangeScanOperation.RangeScanWithOptions<T>
,ReactiveRangeScanOperation.TerminatingRangeScan<T>
,WithScanOptions<T>
- All Known Subinterfaces:
ReactiveRangeScanOperation.RangeScanConsistentWith<T>
,ReactiveRangeScanOperation.RangeScanInScope<T>
,ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>
,ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>
,ReactiveRangeScanOperation.RangeScanWithProjection<T>
,ReactiveRangeScanOperation.RangeScanWithSort<T>
,ReactiveRangeScanOperation.ReactiveRangeScan<T>
- Enclosing interface:
- ReactiveRangeScanOperation
public static interface ReactiveRangeScanOperation.RangeScanInCollection<T>
extends ReactiveRangeScanOperation.RangeScanWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
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
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-