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>
-
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.ExecutableRangeScanOperation.RangeScanConsistentWith
consistentWith
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithProjection
as
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithSort
withSort
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, samplingScan, samplingScanIds
-
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
ExecutableRangeScanOperation.RangeScanWithProjection
. - Throws:
IllegalArgumentException
- if returnType is null.
-