Uses of Interface
com.couchbase.client.core.kv.CoreScanOptions
Packages that use CoreScanOptions
Package
Description
-
Uses of CoreScanOptions in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv with parameters of type CoreScanOptionsModifier and TypeMethodDescriptiondefault CompletableFuture<List<CoreRangeScanItem>> CoreKvOps.scanRequestAsync(CoreScanType coreScanType, CoreScanOptions coreScanOptions) default Stream<CoreRangeScanItem> CoreKvOps.scanRequestBlocking(CoreScanType coreScanType, CoreScanOptions coreScanOptions) reactor.core.publisher.Flux<CoreRangeScanItem> CoreKvOps.scanRequestReactive(CoreScanType scanType, CoreScanOptions options) static voidCoreKvParamValidators.validateScanParams(CoreScanType scanType, CoreScanOptions options) -
Uses of CoreScanOptions in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv with parameters of type CoreScanOptionsModifier and TypeMethodDescriptionreactor.core.publisher.Flux<CoreRangeScanItem> ClassicCoreKvOps.scanRequestReactive(CoreScanType scanType, CoreScanOptions options) -
Uses of CoreScanOptions in com.couchbase.client.core.kv
Methods in com.couchbase.client.core.kv with parameters of type CoreScanOptionsModifier and TypeMethodDescriptionreactor.core.publisher.Flux<CoreRangeScanItem> RangeScanOrchestrator.rangeScan(CoreRangeScan rangeScan, CoreScanOptions options) reactor.core.publisher.Flux<CoreRangeScanItem> RangeScanOrchestrator.samplingScan(CoreSamplingScan samplingScan, CoreScanOptions options) -
Uses of CoreScanOptions in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv with parameters of type CoreScanOptionsModifier and TypeMethodDescriptionstatic RangeScanCreateRequestRangeScanCreateRequest.forRangeScan(byte[] startTerm, CoreRangeScan rangeScan, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier, Map<Short, MutationToken> consistencyMap) static RangeScanCreateRequestRangeScanCreateRequest.forSamplingScan(CoreSamplingScan samplingScan, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier, Map<Short, MutationToken> consistencyMap) Constructors in com.couchbase.client.core.msg.kv with parameters of type CoreScanOptionsModifierConstructorDescriptionRangeScanCancelRequest(CoreRangeScanId id, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier) RangeScanContinueRequest(CoreRangeScanId id, reactor.core.publisher.Sinks.Many<CoreRangeScanItem> sink, String key, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier) -
Uses of CoreScanOptions in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv with parameters of type CoreScanOptionsModifier and TypeMethodDescriptionProtostellarCoreKvOps.scanRequestAsync(CoreScanType scanType, CoreScanOptions options) ProtostellarCoreKvOps.scanRequestBlocking(CoreScanType scanType, CoreScanOptions options) reactor.core.publisher.Flux<CoreRangeScanItem> ProtostellarCoreKvOps.scanRequestReactive(CoreScanType scanType, CoreScanOptions options)