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) 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 TypeMethodDescriptionClassicCoreKvOps.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 TypeMethodDescriptionRangeScanOrchestrator.rangeScan(CoreRangeScan rangeScan, CoreScanOptions options) Performs a range scan between a start and an end term (reactive).RangeScanOrchestrator.samplingScan(CoreSamplingScan samplingScan, CoreScanOptions options) Performs a sampling scan (reactive). -
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, 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) ProtostellarCoreKvOps.scanRequestReactive(CoreScanType scanType, CoreScanOptions options)