Uses of Interface
com.couchbase.client.core.kv.CoreScanType
Packages that use CoreScanType
Package
Description
-
Uses of CoreScanType in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv with parameters of type CoreScanTypeModifier and TypeMethodDescriptiondefault CompletableFuture<List<CoreRangeScanItem>>CoreKvOps.scanRequestAsync(CoreScanType coreScanType, CoreScanOptions coreScanOptions) default Stream<CoreRangeScanItem>CoreKvOps.scanRequestBlocking(CoreScanType coreScanType, CoreScanOptions coreScanOptions) CoreKvOps.scanRequestReactive(CoreScanType scanType, CoreScanOptions options) static voidCoreKvParamValidators.validateScanParams(CoreScanType scanType, CoreScanOptions options) -
Uses of CoreScanType in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv with parameters of type CoreScanTypeModifier and TypeMethodDescriptionClassicCoreKvOps.scanRequestReactive(CoreScanType scanType, CoreScanOptions options) -
Uses of CoreScanType in com.couchbase.client.core.kv
Subinterfaces of CoreScanType in com.couchbase.client.core.kvModifier and TypeInterfaceDescriptioninterfacePerforms a KV range scan to scan between twoCoreScanTerms.interfacePerforms a KV range scan using random sampling. -
Uses of CoreScanType in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv with parameters of type CoreScanTypeModifier and TypeMethodDescriptionProtostellarCoreKvOps.scanRequestAsync(CoreScanType scanType, CoreScanOptions options) ProtostellarCoreKvOps.scanRequestBlocking(CoreScanType scanType, CoreScanOptions options) ProtostellarCoreKvOps.scanRequestReactive(CoreScanType scanType, CoreScanOptions options)