Uses of Class
com.couchbase.client.core.kv.CoreRangeScanItem
Packages that use CoreRangeScanItem
Package
Description
-
Uses of CoreRangeScanItem in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return types with arguments of type CoreRangeScanItemModifier 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) -
Uses of CoreRangeScanItem in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv that return types with arguments of type CoreRangeScanItemModifier and TypeMethodDescriptionreactor.core.publisher.Flux
<CoreRangeScanItem> ClassicCoreKvOps.scanRequestReactive
(CoreScanType scanType, CoreScanOptions options) -
Uses of CoreRangeScanItem in com.couchbase.client.core.kv
Subclasses of CoreRangeScanItem in com.couchbase.client.core.kvMethods in com.couchbase.client.core.kv that return CoreRangeScanItemModifier and TypeMethodDescriptionstatic CoreRangeScanItem
CoreRangeScanItem.keyAndBody
(int flags, Instant expiry, long seqno, long cas, byte[] key, byte[] value) static CoreRangeScanItem
CoreRangeScanItem.keyOnly
(byte[] key) Methods in com.couchbase.client.core.kv that return types with arguments of type CoreRangeScanItemModifier 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 CoreRangeScanItem in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return types with arguments of type CoreRangeScanItemModifier and TypeMethodDescriptionreactor.core.publisher.Flux
<CoreRangeScanItem> RangeScanContinueResponse.items()
Method parameters in com.couchbase.client.core.msg.kv with type arguments of type CoreRangeScanItemModifier and TypeMethodDescriptionvoid
RangeScanContinueResponse.feedItems
(List<CoreRangeScanItem> items, boolean signalLastItem, boolean completeFeed) Method used in testing to feed items directly.Constructor parameters in com.couchbase.client.core.msg.kv with type arguments of type CoreRangeScanItemModifierConstructorDescriptionRangeScanContinueRequest
(CoreRangeScanId id, reactor.core.publisher.Sinks.Many<CoreRangeScanItem> sink, String key, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier) RangeScanContinueResponse
(ResponseStatus status, reactor.core.publisher.Sinks.Many<CoreRangeScanItem> items, boolean keysOnly) -
Uses of CoreRangeScanItem in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv that return types with arguments of type CoreRangeScanItemModifier and TypeMethodDescriptionProtostellarCoreKvOps.scanRequestAsync
(CoreScanType scanType, CoreScanOptions options) ProtostellarCoreKvOps.scanRequestBlocking
(CoreScanType scanType, CoreScanOptions options) reactor.core.publisher.Flux
<CoreRangeScanItem> ProtostellarCoreKvOps.scanRequestReactive
(CoreScanType scanType, CoreScanOptions options)