Interface ReactiveRangeScanOperation.RangeScanInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<T>, InScope<T>, ReactiveRangeScanOperation.RangeScanInCollection<T>, ReactiveRangeScanOperation.RangeScanWithOptions<T>, ReactiveRangeScanOperation.TerminatingRangeScan<T>, WithScanOptions<T>
- All Known Subinterfaces:
ReactiveRangeScanOperation.RangeScanConsistentWith<T>, ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>, ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>, ReactiveRangeScanOperation.RangeScanWithProjection<T>, ReactiveRangeScanOperation.RangeScanWithSort<T>, ReactiveRangeScanOperation.ReactiveRangeScan<T>
- Enclosing interface:
ReactiveRangeScanOperation
public static interface ReactiveRangeScanOperation.RangeScanInScope<T>
extends ReactiveRangeScanOperation.RangeScanInCollection<T>, InScope<T>
Fluent method to specify the scope.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface ReactiveRangeScanOperation.RangeScanInCollection
inCollectionMethods inherited from interface ReactiveRangeScanOperation.RangeScanWithOptions
withOptionsMethods inherited from interface ReactiveRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, sampleScan, sampleScanIds
-
Method Details
-
inScope
-