Interface ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>
- All Superinterfaces:
ConsistentWith<T>, ExecutableRangeScanOperation.RangeScanConsistentWith<T>, ExecutableRangeScanOperation.RangeScanInCollection<T>, ExecutableRangeScanOperation.RangeScanInScope<T>, ExecutableRangeScanOperation.RangeScanWithOptions<T>, ExecutableRangeScanOperation.RangeScanWithProjection<T>, ExecutableRangeScanOperation.RangeScanWithSort<T>, ExecutableRangeScanOperation.TerminatingRangeScan<T>, InCollection<T>, InScope<T>, WithBatchItemLimit<T>, WithScanOptions<T>, WithScanSort<T>
- All Known Subinterfaces:
ExecutableRangeScanOperation.ExecutableRangeScan<T>, ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>
- Enclosing interface:
ExecutableRangeScanOperation
public static interface ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>
extends ExecutableRangeScanOperation.RangeScanWithProjection<T>, WithBatchItemLimit<T>
- Author:
- Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionwithBatchItemLimit(Integer batchByteLimit) determines if result are just ids or ids plus contentsMethods inherited from interface ExecutableRangeScanOperation.RangeScanConsistentWith
consistentWithMethods inherited from interface ExecutableRangeScanOperation.RangeScanInCollection
inCollectionMethods inherited from interface ExecutableRangeScanOperation.RangeScanInScope
inScopeMethods inherited from interface ExecutableRangeScanOperation.RangeScanWithOptions
withOptionsMethods inherited from interface ExecutableRangeScanOperation.RangeScanWithProjection
asMethods inherited from interface ExecutableRangeScanOperation.RangeScanWithSort
withSortMethods inherited from interface ExecutableRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, samplingScan, samplingScanIds
-
Method Details
-
withBatchItemLimit
determines if result are just ids or ids plus contents- Specified by:
withBatchItemLimitin interfaceWithBatchItemLimit<T>- Parameters:
batchByteLimit- must not be null.- Returns:
- new instance of
ExecutableRangeScanOperation.RangeScanWithProjection. - Throws:
IllegalArgumentException- if returnType is null.
-