| 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) |
| Modifier and Type | Method and Description |
|---|---|
Flux<CoreRangeScanItem> |
ClassicCoreKvOps.scanRequestReactive(CoreScanType scanType,
CoreScanOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
LastCoreRangeScanItem |
| Modifier and Type | Method and Description |
|---|---|
static CoreRangeScanItem |
CoreRangeScanItem.keyAndBody(int flags,
Instant expiry,
long seqno,
long cas,
byte[] key,
byte[] value) |
static CoreRangeScanItem |
CoreRangeScanItem.keyOnly(byte[] key) |
| 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 |
|---|---|
Flux<CoreRangeScanItem> |
RangeScanContinueResponse.items() |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeScanContinueResponse.feedItems(List<CoreRangeScanItem> items,
boolean signalLastItem,
boolean completeFeed)
Method used in testing to feed items directly.
|
| Constructor and Description |
|---|
RangeScanContinueRequest(CoreRangeScanId id,
Sinks.Many<CoreRangeScanItem> sink,
String key,
CoreScanOptions options,
short partition,
CoreContext ctx,
CollectionIdentifier collectionIdentifier) |
RangeScanContinueResponse(ResponseStatus status,
Sinks.Many<CoreRangeScanItem> items,
boolean keysOnly) |
| 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.