Interface ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>
- All Superinterfaces:
ConsistentWith<T>, InCollection<T>, InScope<T>, ReactiveRangeScanOperation.RangeScanConsistentWith<T>, ReactiveRangeScanOperation.RangeScanInCollection<T>, ReactiveRangeScanOperation.RangeScanInScope<T>, ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>, ReactiveRangeScanOperation.RangeScanWithOptions<T>, ReactiveRangeScanOperation.RangeScanWithProjection<T>, ReactiveRangeScanOperation.RangeScanWithSort<T>, ReactiveRangeScanOperation.TerminatingRangeScan<T>, WithBatchByteLimit<T>, WithBatchItemLimit<T>, WithScanOptions<T>, WithScanSort<T>
- All Known Subinterfaces:
ReactiveRangeScanOperation.ReactiveRangeScan<T>
- Enclosing interface:
ReactiveRangeScanOperation
public static interface ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>
extends ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>, WithBatchByteLimit<T>
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithBatchByteLimit(Integer batchByteLimit) determines if result are just ids or ids plus contentsMethods inherited from interface ReactiveRangeScanOperation.RangeScanConsistentWith
consistentWithMethods inherited from interface ReactiveRangeScanOperation.RangeScanInCollection
inCollectionMethods inherited from interface ReactiveRangeScanOperation.RangeScanInScope
inScopeMethods inherited from interface ReactiveRangeScanOperation.RangeScanWithBatchItemLimit
withBatchItemLimitMethods inherited from interface ReactiveRangeScanOperation.RangeScanWithOptions
withOptionsMethods inherited from interface ReactiveRangeScanOperation.RangeScanWithProjection
asMethods inherited from interface ReactiveRangeScanOperation.RangeScanWithSort
withSortMethods inherited from interface ReactiveRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, sampleScan, sampleScanIds
-
Method Details
-
withBatchByteLimit
ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T> withBatchByteLimit(Integer batchByteLimit) determines if result are just ids or ids plus contents- Specified by:
withBatchByteLimitin interfaceWithBatchByteLimit<T>- Parameters:
batchByteLimit- must not be null.- Returns:
- new instance of
ReactiveRangeScanOperation.RangeScanWithProjection. - Throws:
IllegalArgumentException- if returnType is null.
-