Interface ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>
- All Superinterfaces:
ConsistentWith<T>,ExecutableRangeScanOperation.RangeScanConsistentWith<T>,ExecutableRangeScanOperation.RangeScanInCollection<T>,ExecutableRangeScanOperation.RangeScanInScope<T>,ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>,ExecutableRangeScanOperation.RangeScanWithOptions<T>,ExecutableRangeScanOperation.RangeScanWithProjection<T>,ExecutableRangeScanOperation.RangeScanWithSort<T>,ExecutableRangeScanOperation.TerminatingRangeScan<T>,InCollection<T>,InScope<T>,WithBatchByteLimit<T>,WithBatchItemLimit<T>,WithScanOptions<T>,WithScanSort<T>
- All Known Subinterfaces:
ExecutableRangeScanOperation.ExecutableRangeScan<T>
- Enclosing interface:
- ExecutableRangeScanOperation
public static interface ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>
extends ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>, WithBatchByteLimit<T>
-
Method Summary
Modifier and TypeMethodDescriptionwithBatchByteLimit(Integer batchByteLimit) determines if result are just ids or ids plus contentsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanConsistentWith
consistentWithMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithBatchItemLimit
withBatchItemLimitMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithProjection
asMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithSort
withSortMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, samplingScan, samplingScanIds
-
Method Details
-
withBatchByteLimit
ExecutableRangeScanOperation.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
ExecutableRangeScanOperation.RangeScanWithProjection. - Throws:
IllegalArgumentException- if returnType is null.
-