Uses of Interface
com.couchbase.client.core.kv.CoreRangeScan
-
Packages that use CoreRangeScan Package Description com.couchbase.client.core.kv com.couchbase.client.core.msg.kv -
-
Uses of CoreRangeScan in com.couchbase.client.core.kv
Methods in com.couchbase.client.core.kv with parameters of type CoreRangeScan 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). -
Uses of CoreRangeScan in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv with parameters of type CoreRangeScan Modifier and Type Method Description static RangeScanCreateRequestRangeScanCreateRequest. forRangeScan(byte[] startTerm, CoreRangeScan rangeScan, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier, Map<Short,MutationToken> consistencyMap)
-