Interface ExecutableRangeScanOperation.ExecutableRangeScan<T>
- Type Parameters:
T
- the entity type to use for the results
- All Superinterfaces:
ConsistentWith<T>
,ExecutableRangeScanOperation.RangeScanConsistentWith<T>
,ExecutableRangeScanOperation.RangeScanInCollection<T>
,ExecutableRangeScanOperation.RangeScanInScope<T>
,ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>
,ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>
,ExecutableRangeScanOperation.RangeScanWithOptions<T>
,ExecutableRangeScanOperation.RangeScanWithProjection<T>
,ExecutableRangeScanOperation.RangeScanWithSort<T>
,ExecutableRangeScanOperation.TerminatingRangeScan<T>
,InCollection<T>
,InScope<T>
,WithBatchByteLimit<T>
,WithBatchItemLimit<T>
,WithScanOptions<T>
,WithScanSort<T>
- Enclosing interface:
- ExecutableRangeScanOperation
public static interface ExecutableRangeScanOperation.ExecutableRangeScan<T>
extends ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>
Provides methods for constructing query operations in a fluent way.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanConsistentWith
consistentWith
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithBatchByteLimit
withBatchByteLimit
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithBatchItemLimit
withBatchItemLimit
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithProjection
as
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithSort
withSort
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.TerminatingRangeScan
rangeScan, rangeScanIds, samplingScan, samplingScanIds