Interface ExecutableRangeScanOperation.RangeScanWithOptions<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableRangeScanOperation.TerminatingRangeScan<T>
,WithScanOptions<T>
- All Known Subinterfaces:
ExecutableRangeScanOperation.ExecutableRangeScan<T>
,ExecutableRangeScanOperation.RangeScanConsistentWith<T>
,ExecutableRangeScanOperation.RangeScanInCollection<T>
,ExecutableRangeScanOperation.RangeScanInScope<T>
,ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>
,ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>
,ExecutableRangeScanOperation.RangeScanWithProjection<T>
,ExecutableRangeScanOperation.RangeScanWithSort<T>
- Enclosing interface:
- ExecutableRangeScanOperation
public static interface ExecutableRangeScanOperation.RangeScanWithOptions<T>
extends ExecutableRangeScanOperation.TerminatingRangeScan<T>, WithScanOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions
(com.couchbase.client.java.kv.ScanOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, samplingScan, samplingScanIds
-
Method Details
-
withOptions
ExecutableRangeScanOperation.TerminatingRangeScan<T> withOptions(com.couchbase.client.java.kv.ScanOptions options) Fluent method to specify options to use for execution- Specified by:
withOptions
in interfaceWithScanOptions<T>
- Parameters:
options
- options to use for execution
-