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
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, sampleScan, sampleScanIds
-
Method Details
-
withSort
sort- Specified by:
withSortin interfaceWithScanSort<T>- Parameters:
sort-
-