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