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>
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionsortMethods inherited from interface ReactiveRangeScanOperation.RangeScanInCollection
inCollectionMethods inherited from interface ReactiveRangeScanOperation.RangeScanInScope
inScopeMethods inherited from interface ReactiveRangeScanOperation.RangeScanWithOptions
withOptionsMethods inherited from interface ReactiveRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, sampleScan, sampleScanIds
-
Method Details
-
withSort
sort- Specified by:
withSortin interfaceWithScanSort<T>- Parameters:
sort-
-