Uses of Interface
com.couchbase.client.core.kv.CoreScanOptions
-
-
Uses of CoreScanOptions in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv with parameters of type CoreScanOptions 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 CoreScanOptions in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv with parameters of type CoreScanOptions Modifier and Type Method Description 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 CoreScanOptions Modifier and Type Method Description Flux<CoreRangeScanItem>RangeScanOrchestrator. rangeScan(CoreRangeScan rangeScan, CoreScanOptions options)Performs a range scan between a start and an end term (reactive).Flux<CoreRangeScanItem>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 CoreScanOptions Modifier and Type Method Description static 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 CoreScanOptions Constructor Description RangeScanCancelRequest(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 CoreScanOptions 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)
-