Interface ExecutableRangeScanOperation.RangeScanWithSort<T>
- All Superinterfaces:
ExecutableRangeScanOperation.RangeScanInCollection<T>, ExecutableRangeScanOperation.RangeScanInScope<T>, ExecutableRangeScanOperation.RangeScanWithOptions<T>, ExecutableRangeScanOperation.TerminatingRangeScan<T>, InCollection<T>, InScope<T>, WithScanOptions<T>, WithScanSort<T>
- All Known Subinterfaces:
ExecutableRangeScanOperation.ExecutableRangeScan<T>, ExecutableRangeScanOperation.RangeScanConsistentWith<T>, ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>, ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>, ExecutableRangeScanOperation.RangeScanWithProjection<T>
- Enclosing interface:
ExecutableRangeScanOperation
public static interface ExecutableRangeScanOperation.RangeScanWithSort<T>
extends ExecutableRangeScanOperation.RangeScanInScope<T>, WithScanSort<T>
- Author:
- Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionsortMethods inherited from interface ExecutableRangeScanOperation.RangeScanInCollection
inCollectionMethods inherited from interface ExecutableRangeScanOperation.RangeScanInScope
inScopeMethods inherited from interface ExecutableRangeScanOperation.RangeScanWithOptions
withOptionsMethods inherited from interface ExecutableRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, samplingScan, samplingScanIds
-
Method Details
-
withSort
sort- Specified by:
withSortin interfaceWithScanSort<T>- Parameters:
sort-
-