Interface ExecutableRangeScanOperation.RangeScanInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableRangeScanOperation.RangeScanWithOptions<T>
,ExecutableRangeScanOperation.TerminatingRangeScan<T>
,InCollection<T>
,WithScanOptions<T>
- All Known Subinterfaces:
ExecutableRangeScanOperation.ExecutableRangeScan<T>
,ExecutableRangeScanOperation.RangeScanConsistentWith<T>
,ExecutableRangeScanOperation.RangeScanInScope<T>
,ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>
,ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>
,ExecutableRangeScanOperation.RangeScanWithProjection<T>
,ExecutableRangeScanOperation.RangeScanWithSort<T>
- Enclosing interface:
- ExecutableRangeScanOperation
public static interface ExecutableRangeScanOperation.RangeScanInCollection<T>
extends ExecutableRangeScanOperation.RangeScanWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, samplingScan, samplingScanIds
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-