Package com.couchbase.client.java.kv
Class ScanOptions.Built
java.lang.Object
CommonOptions<ScanOptions>.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<ScanOptions>.BuiltCommonOptions
implements CoreScanOptions
- 
Field SummaryFields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptionsDEFAULT
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.couchbase.client.java.CommonOptions.BuiltCommonOptionsclientContext, parentSpan, retryStrategy, timeoutMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptionswithParentSpanMethods inherited from interface com.couchbase.client.core.kv.CoreScanOptionsconsistencyMap
- 
Constructor Details- 
Builtpublic Built()
 
- 
- 
Method Details- 
commonOptions- Specified by:
- commonOptionsin interface- CoreScanOptions
 
- 
idsOnlypublic boolean idsOnly()- Specified by:
- idsOnlyin interface- CoreScanOptions
 
- 
transcoder
- 
consistentWith- Specified by:
- consistentWithin interface- CoreScanOptions
 
- 
batchItemLimitpublic int batchItemLimit()- Specified by:
- batchItemLimitin interface- CoreScanOptions
 
- 
batchByteLimitpublic int batchByteLimit()- Specified by:
- batchByteLimitin interface- CoreScanOptions
 
 
-