Package com.couchbase.client.core.kv
Interface CoreScanOptions
-
@Internal public interface CoreScanOptions
Allows to customize the various range and sampling scan options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intbatchByteLimit()intbatchItemLimit()CoreCommonOptionscommonOptions()Optional<CoreMutationState>consistentWith()booleanidsOnly()CoreRangeScanSortsort()
-
-
-
Method Detail
-
idsOnly
boolean idsOnly()
-
consistentWith
Optional<CoreMutationState> consistentWith()
-
sort
CoreRangeScanSort sort()
-
batchItemLimit
int batchItemLimit()
-
batchByteLimit
int batchByteLimit()
-
commonOptions
CoreCommonOptions commonOptions()
-
-