Package com.couchbase.client.java.kv
Class ScanTerm
java.lang.Object
com.couchbase.client.java.kv.ScanTerm
A single
ScanTerm
identifying either the point to scan from or to scan to.-
Method Details
-
id
Returns the key pattern of this term. -
exclusive
public boolean exclusive() -
inclusive
Creates an inclusiveScanTerm
from a UTF-8 string.- Parameters:
id
- the document ID / pattern to use as the scan term.- Returns:
- the created
ScanTerm
.
-
exclusive
Creates an exclusiveScanTerm
from a UTF-8 string.- Parameters:
id
- the document ID / pattern to use as the scan term.- Returns:
- the created
ScanTerm
.
-
toCore
-
toString
-