Package com.couchbase.client.java.kv
Class ScanOptions.Built
- All Implemented Interfaces:
CoreCommonOptions,CoreScanOptions
- Enclosing class:
- ScanOptions
@Internal
public class ScanOptions.Built
extends CommonOptions<ScanOptions>.BuiltCommonOptions
implements CoreScanOptions
-
Field Summary
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
clientContext, parentSpan, retryStrategy, timeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
withParentSpanMethods inherited from interface com.couchbase.client.core.kv.CoreScanOptions
consistencyMap
-
Constructor Details
-
Built
public Built()
-
-
Method Details
-
commonOptions
- Specified by:
commonOptionsin interfaceCoreScanOptions
-
idsOnly
public boolean idsOnly()- Specified by:
idsOnlyin interfaceCoreScanOptions
-
transcoder
-
consistentWith
- Specified by:
consistentWithin interfaceCoreScanOptions
-
batchItemLimit
public int batchItemLimit()- Specified by:
batchItemLimitin interfaceCoreScanOptions
-
batchByteLimit
public int batchByteLimit()- Specified by:
batchByteLimitin interfaceCoreScanOptions
-