Uses of Class
com.couchbase.client.java.kv.ScanResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of ScanResult in com.couchbase.client.java
Modifier and TypeMethodDescriptionReturns a stream ofScanResults
performing a Key-Value range scan with default options.AsyncCollection.scan
(ScanType scanType, ScanOptions options) Returns a stream ofScanResults
performing a Key-Value range scan with custom options.Returns a stream ofScanResults
performing a Key-Value range scan with default options.Collection.scan
(ScanType scanType, ScanOptions options) Returns a stream ofScanResults
performing a Key-Value range scan with custom options.Returns a stream ofScanResults
performing a Key-Value range scan with default options.ReactiveCollection.scan
(ScanType scanType, ScanOptions options) Returns a stream ofScanResults
performing a Key-Value range scan with custom options.