| Package | Description |
|---|---|
| com.couchbase.client.core.msg.kv |
| Modifier and Type | Method and Description |
|---|---|
CoreRangeScanId |
RangeScanCreateResponse.rangeScanId() |
CoreRangeScanId |
RangeScanContinueRequest.rangeScanId() |
| 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) |
RangeScanCreateResponse(ResponseStatus status,
CoreRangeScanId rangeScanId) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.