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) 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 TypeMethodDescriptionClassicCoreKvOps.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 CoreRangeScanItemCoreRangeScanItem.keyAndBody(int flags, Instant expiry, long seqno, long cas, byte[] key, byte[] value) static CoreRangeScanItemCoreRangeScanItem.keyOnly(byte[] key) Methods in com.couchbase.client.core.kv that return types with arguments of type CoreRangeScanItemModifier 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 CoreRangeScanItem in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return types with arguments of type CoreRangeScanItemMethod parameters in com.couchbase.client.core.msg.kv with type arguments of type CoreRangeScanItemModifier and TypeMethodDescriptionvoidRangeScanContinueResponse.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, Sinks.Many<CoreRangeScanItem> sink, String key, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier) RangeScanContinueResponse(ResponseStatus status, 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) ProtostellarCoreKvOps.scanRequestReactive(CoreScanType scanType, CoreScanOptions options)