Interface ReactiveRangeScanOperation.TerminatingRangeScan<T>
- Type Parameters:
T- the entity type to use for the results.
- All Known Subinterfaces:
ReactiveRangeScanOperation.RangeScanConsistentWith<T>, ReactiveRangeScanOperation.RangeScanInCollection<T>, ReactiveRangeScanOperation.RangeScanInScope<T>, ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>, ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>, ReactiveRangeScanOperation.RangeScanWithOptions<T>, ReactiveRangeScanOperation.RangeScanWithProjection<T>, ReactiveRangeScanOperation.RangeScanWithSort<T>, ReactiveRangeScanOperation.ReactiveRangeScan<T>
- Enclosing interface:
ReactiveRangeScanOperation
public static interface ReactiveRangeScanOperation.TerminatingRangeScan<T>
Terminating operations invoking the actual execution.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionFinds a list of documents based on the given IDs.rangeScanIds(String lower, String upper) Finds a list of documents based on the given IDs.sampleScan(Long limit, Long... seed) Finds a list of documents based on the given IDs.sampleScanIds(Long limit, Long... seed) Finds a list of documents based on the given IDs.
-
Method Details
-
rangeScan
-
rangeScanIds
-
sampleScan
-
sampleScanIds
-