Uses of Interface
com.couchbase.client.core.kv.CoreScanType
-
Packages that use CoreScanType Package Description com.couchbase.client.core.api.kv com.couchbase.client.core.classic.kv com.couchbase.client.core.kv com.couchbase.client.core.protostellar.kv -
-
Uses of CoreScanType in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv with parameters of type CoreScanType Modifier and Type Method Description default CompletableFuture<List<CoreRangeScanItem>>CoreKvOps. scanRequestAsync(CoreScanType coreScanType, CoreScanOptions coreScanOptions)default Stream<CoreRangeScanItem>CoreKvOps. scanRequestBlocking(CoreScanType coreScanType, CoreScanOptions coreScanOptions)Flux<CoreRangeScanItem>CoreKvOps. scanRequestReactive(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 CoreScanType Modifier and Type Method Description Flux<CoreRangeScanItem>ClassicCoreKvOps. scanRequestReactive(CoreScanType scanType, CoreScanOptions options) -
Uses of CoreScanType in com.couchbase.client.core.kv
Subinterfaces of CoreScanType in com.couchbase.client.core.kv Modifier and Type Interface Description interfaceCoreRangeScanPerforms a KV range scan to scan between twoCoreScanTerms.interfaceCoreSamplingScanPerforms 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 CoreScanType Modifier and Type Method Description CompletableFuture<List<CoreRangeScanItem>>ProtostellarCoreKvOps. scanRequestAsync(CoreScanType scanType, CoreScanOptions options)Stream<CoreRangeScanItem>ProtostellarCoreKvOps. scanRequestBlocking(CoreScanType scanType, CoreScanOptions options)Flux<CoreRangeScanItem>ProtostellarCoreKvOps. scanRequestReactive(CoreScanType scanType, CoreScanOptions options)
-