Interface ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>
- All Superinterfaces:
ConsistentWith<T>
,InCollection<T>
,InScope<T>
,ReactiveRangeScanOperation.RangeScanConsistentWith<T>
,ReactiveRangeScanOperation.RangeScanInCollection<T>
,ReactiveRangeScanOperation.RangeScanInScope<T>
,ReactiveRangeScanOperation.RangeScanWithOptions<T>
,ReactiveRangeScanOperation.RangeScanWithProjection<T>
,ReactiveRangeScanOperation.RangeScanWithSort<T>
,ReactiveRangeScanOperation.TerminatingRangeScan<T>
,WithBatchItemLimit<T>
,WithScanOptions<T>
,WithScanSort<T>
- All Known Subinterfaces:
ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>
,ReactiveRangeScanOperation.ReactiveRangeScan<T>
- Enclosing interface:
- ReactiveRangeScanOperation
public static interface ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>
extends ReactiveRangeScanOperation.RangeScanWithProjection<T>, WithBatchItemLimit<T>
-
Method Summary
Modifier and TypeMethodDescriptionwithBatchItemLimit
(Integer batchByteLimit) determines if result are just ids or ids plus contentsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanConsistentWith
consistentWith
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithProjection
as
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithSort
withSort
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, sampleScan, sampleScanIds
-
Method Details
-
withBatchItemLimit
determines if result are just ids or ids plus contents- Specified by:
withBatchItemLimit
in interfaceWithBatchItemLimit<T>
- Parameters:
batchByteLimit
- must not be null.- Returns:
- new instance of
ReactiveRangeScanOperation.RangeScanWithProjection
. - Throws:
IllegalArgumentException
- if returnType is null.
-