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.
- Author:
- Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.ScanOptions options) Fluent method to specify options to use for executionMethods inherited from interface 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:
withOptionsin interfaceWithScanOptions<T>- Parameters:
options- options to use for execution
-