Interface ExecutableRangeScanOperation.RangeScanInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableRangeScanOperation.RangeScanWithOptions<T>, ExecutableRangeScanOperation.TerminatingRangeScan<T>, InCollection<T>, WithScanOptions<T>
- All Known Subinterfaces:
ExecutableRangeScanOperation.ExecutableRangeScan<T>, ExecutableRangeScanOperation.RangeScanConsistentWith<T>, ExecutableRangeScanOperation.RangeScanInScope<T>, ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>, ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>, ExecutableRangeScanOperation.RangeScanWithProjection<T>, ExecutableRangeScanOperation.RangeScanWithSort<T>
- Enclosing interface:
ExecutableRangeScanOperation
public static interface ExecutableRangeScanOperation.RangeScanInCollection<T>
extends ExecutableRangeScanOperation.RangeScanWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
- Author:
- Michael Reiche
-
Method Summary
Methods inherited from interface ExecutableRangeScanOperation.RangeScanWithOptions
withOptionsMethods inherited from interface ExecutableRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, samplingScan, samplingScanIds
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-