Interface ExecutableRangeScanOperation.RangeScanInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableRangeScanOperation.RangeScanInCollection<T>,ExecutableRangeScanOperation.RangeScanWithOptions<T>,ExecutableRangeScanOperation.TerminatingRangeScan<T>,InCollection<T>,InScope<T>,WithScanOptions<T>
- All Known Subinterfaces:
ExecutableRangeScanOperation.ExecutableRangeScan<T>,ExecutableRangeScanOperation.RangeScanConsistentWith<T>,ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>,ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>,ExecutableRangeScanOperation.RangeScanWithProjection<T>,ExecutableRangeScanOperation.RangeScanWithSort<T>
- Enclosing interface:
- ExecutableRangeScanOperation
public static interface ExecutableRangeScanOperation.RangeScanInScope<T>
extends ExecutableRangeScanOperation.RangeScanInCollection<T>, InScope<T>
Fluent method to specify the scope.
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, samplingScan, samplingScanIds