Interface ReactiveRangeScanOperation.RangeScanWithSort<T>
- All Superinterfaces:
InCollection<T>
,InScope<T>
,ReactiveRangeScanOperation.RangeScanInCollection<T>
,ReactiveRangeScanOperation.RangeScanInScope<T>
,ReactiveRangeScanOperation.RangeScanWithOptions<T>
,ReactiveRangeScanOperation.TerminatingRangeScan<T>
,WithScanOptions<T>
,WithScanSort<T>
- All Known Subinterfaces:
ReactiveRangeScanOperation.RangeScanConsistentWith<T>
,ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>
,ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>
,ReactiveRangeScanOperation.RangeScanWithProjection<T>
,ReactiveRangeScanOperation.ReactiveRangeScan<T>
- Enclosing interface:
- ReactiveRangeScanOperation
public static interface ReactiveRangeScanOperation.RangeScanWithSort<T>
extends ReactiveRangeScanOperation.RangeScanInScope<T>, WithScanSort<T>
-
Method Summary
Modifier and TypeMethodDescriptionsortMethods 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.RangeScanWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, sampleScan, sampleScanIds
-
Method Details
-
withSort
sort- Specified by:
withSort
in interfaceWithScanSort<T>
- Parameters:
sort
-
-