Uses of Class
com.couchbase.client.core.kv.CoreRangeScanItem
-
-
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 CoreRangeScanItem 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 CoreRangeScanItem in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv that return types with arguments of type CoreRangeScanItem Modifier and Type Method Description 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.kv Modifier and Type Class Description classLastCoreRangeScanItemMethods in com.couchbase.client.core.kv that return CoreRangeScanItem Modifier and Type Method Description static 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 CoreRangeScanItem Modifier and Type Method Description Flux<CoreRangeScanItem>RangeScanOrchestrator. rangeScan(byte[] startTerm, boolean startExclusive, byte[] endTerm, boolean endExclusive, Duration timeout, int continueItemLimit, int continueByteLimit, boolean keysOnly, CoreRangeScanSort sort, Optional<RequestSpan> parent, Map<Short,MutationToken> consistencyTokens)Performs a range scan between a start and an end term (reactive).Flux<CoreRangeScanItem>RangeScanOrchestrator. samplingScan(long limit, Optional<Long> seed, Duration timeout, int continueItemLimit, int continueByteLimit, boolean keysOnly, CoreRangeScanSort sort, Optional<RequestSpan> parent, Map<Short,MutationToken> consistencyTokens)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 CoreRangeScanItem Modifier and Type Method Description Flux<CoreRangeScanItem>RangeScanContinueResponse. items()Method parameters in com.couchbase.client.core.msg.kv with type arguments of type CoreRangeScanItem Modifier and Type Method Description voidRangeScanContinueResponse. 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 CoreRangeScanItem Constructor Description RangeScanContinueRequest(CoreRangeScanId id, int itemLimit, int byteLimit, Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, String key, CollectionIdentifier collectionIdentifier, RequestSpan span, Sinks.Many<CoreRangeScanItem> sink, short partition, boolean keysOnly)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 CoreRangeScanItem 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)
-