Interface ReactiveRangeScanOperation.RangeScanWithOptions<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ReactiveRangeScanOperation.TerminatingRangeScan<T>
,WithScanOptions<T>
- All Known Subinterfaces:
ReactiveRangeScanOperation.RangeScanConsistentWith<T>
,ReactiveRangeScanOperation.RangeScanInCollection<T>
,ReactiveRangeScanOperation.RangeScanInScope<T>
,ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>
,ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>
,ReactiveRangeScanOperation.RangeScanWithProjection<T>
,ReactiveRangeScanOperation.RangeScanWithSort<T>
,ReactiveRangeScanOperation.ReactiveRangeScan<T>
- Enclosing interface:
- ReactiveRangeScanOperation
public static interface ReactiveRangeScanOperation.RangeScanWithOptions<T>
extends ReactiveRangeScanOperation.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.ReactiveRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, sampleScan, sampleScanIds
-
Method Details
-
withOptions
ReactiveRangeScanOperation.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
-