Package com.couchbase.client.java.kv
Class ScanOptions.Built
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions.BuiltCommonOptions
-
- com.couchbase.client.java.kv.ScanOptions.Built
-
- All Implemented Interfaces:
CoreCommonOptions
,CoreScanOptions
- Enclosing class:
- ScanOptions
@Internal public class ScanOptions.Built extends CommonOptions.BuiltCommonOptions implements CoreScanOptions
-
-
Field Summary
-
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT
-
-
Constructor Summary
Constructors Constructor Description Built()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
batchByteLimit()
int
batchItemLimit()
CoreCommonOptions
commonOptions()
CoreMutationState
consistentWith()
boolean
idsOnly()
Transcoder
transcoder()
-
Methods inherited from class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
clientContext, parentSpan, retryStrategy, timeout
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
withParentSpan
-
Methods inherited from interface com.couchbase.client.core.kv.CoreScanOptions
consistencyMap
-
-
-
-
Method Detail
-
commonOptions
public CoreCommonOptions commonOptions()
- Specified by:
commonOptions
in interfaceCoreScanOptions
-
idsOnly
public boolean idsOnly()
- Specified by:
idsOnly
in interfaceCoreScanOptions
-
transcoder
public Transcoder transcoder()
-
consistentWith
public CoreMutationState consistentWith()
- Specified by:
consistentWith
in interfaceCoreScanOptions
-
batchItemLimit
public int batchItemLimit()
- Specified by:
batchItemLimit
in interfaceCoreScanOptions
-
batchByteLimit
public int batchByteLimit()
- Specified by:
batchByteLimit
in interfaceCoreScanOptions
-
-