| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<List<CoreRangeScanItem>> |
CoreKvOps.scanRequestAsync(CoreScanType coreScanType,
CoreScanOptions coreScanOptions) |
default Stream<CoreRangeScanItem> |
CoreKvOps.scanRequestBlocking(CoreScanType coreScanType,
CoreScanOptions coreScanOptions) |
Flux<CoreRangeScanItem> |
CoreKvOps.scanRequestReactive(CoreScanType scanType,
CoreScanOptions options) |
static void |
CoreKvParamValidators.validateScanParams(CoreScanType scanType,
CoreScanOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Flux<CoreRangeScanItem> |
ClassicCoreKvOps.scanRequestReactive(CoreScanType scanType,
CoreScanOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Flux<CoreRangeScanItem> |
RangeScanOrchestrator.rangeScan(CoreRangeScan rangeScan,
CoreScanOptions options)
Performs a range scan between a start and an end term (reactive).
|
Flux<CoreRangeScanItem> |
RangeScanOrchestrator.samplingScan(CoreSamplingScan samplingScan,
CoreScanOptions options)
Performs a sampling scan (reactive).
|
| Modifier and Type | Method and Description |
|---|---|
static RangeScanCreateRequest |
RangeScanCreateRequest.forRangeScan(byte[] startTerm,
CoreRangeScan rangeScan,
CoreScanOptions options,
short partition,
CoreContext ctx,
CollectionIdentifier collectionIdentifier,
Map<Short,MutationToken> consistencyMap) |
static RangeScanCreateRequest |
RangeScanCreateRequest.forSamplingScan(CoreSamplingScan samplingScan,
CoreScanOptions options,
short partition,
CoreContext ctx,
CollectionIdentifier collectionIdentifier,
Map<Short,MutationToken> consistencyMap) |
| Constructor and Description |
|---|
RangeScanCancelRequest(CoreRangeScanId id,
CoreScanOptions options,
short partition,
CoreContext ctx,
CollectionIdentifier collectionIdentifier) |
RangeScanContinueRequest(CoreRangeScanId id,
Sinks.Many<CoreRangeScanItem> sink,
String key,
CoreScanOptions options,
short partition,
CoreContext ctx,
CollectionIdentifier collectionIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<CoreRangeScanItem>> |
ProtostellarCoreKvOps.scanRequestAsync(CoreScanType scanType,
CoreScanOptions options) |
Stream<CoreRangeScanItem> |
ProtostellarCoreKvOps.scanRequestBlocking(CoreScanType scanType,
CoreScanOptions options) |
Flux<CoreRangeScanItem> |
ProtostellarCoreKvOps.scanRequestReactive(CoreScanType scanType,
CoreScanOptions options) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.