Uses of Class
com.couchbase.client.java.kv.ScanOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of ScanOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.scan
(ScanType scanType, ScanOptions options) Returns a stream ofScanResults
performing a Key-Value range scan with custom options.Collection.scan
(ScanType scanType, ScanOptions options) Returns a stream ofScanResults
performing a Key-Value range scan with custom options.ReactiveCollection.scan
(ScanType scanType, ScanOptions options) Returns a stream ofScanResults
performing a Key-Value range scan with custom options. -
Uses of ScanOptions in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionScanOptions.batchByteLimit
(int batchByteLimit) Allows to limit the maximum amount of bytes that are sent from the server to the client on each partition batch.ScanOptions.batchItemLimit
(int batchItemLimit) Allows to limit the maximum amount of documents that are sent from the server to the client on each partition batch.ScanOptions.consistentWith
(MutationState mutationState) ScanOptions.idsOnly
(boolean idsOnly) If set to true, the content of the document is not included in the results.static ScanOptions
ScanOptions.scanOptions()
ScanOptions.transcoder
(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.