| Package | Description |
|---|---|
| com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
| Modifier and Type | Method and Description |
|---|---|
static ScanTerm |
ScanTerm.exclusive(String id)
Creates an exclusive
ScanTerm from a UTF-8 string. |
static ScanTerm |
ScanTerm.inclusive(String id)
Creates an inclusive
ScanTerm from a UTF-8 string. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ScanTerm> |
RangeScan.from()
Returns the
ScanTerm used to start scanning from. |
Optional<ScanTerm> |
RangeScan.to()
Returns the
ScanTerm to scan to. |
| Modifier and Type | Method and Description |
|---|---|
static RangeScan |
ScanType.rangeScan(ScanTerm from,
ScanTerm to)
Specifies a range scan that includes all documents whose IDs are between two
ScanTerms. |
Copyright © 2024 Couchbase, Inc.. All rights reserved.