| Package | Description |
|---|---|
| com.couchbase.client.core.kv | |
| com.couchbase.client.core.msg.kv |
| Modifier and Type | Method and Description |
|---|---|
static CoreRangeScan |
CoreRangeScan.forPrefix(String prefix) |
| 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).
|
| 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) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.