Uses of Class
com.couchbase.client.core.kv.CoreRangeScanId
-
Packages that use CoreRangeScanId Package Description com.couchbase.client.core.msg.kv -
-
Uses of CoreRangeScanId in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return CoreRangeScanId Modifier and Type Method Description CoreRangeScanIdRangeScanContinueRequest. rangeScanId()CoreRangeScanIdRangeScanCreateResponse. rangeScanId()Constructors in com.couchbase.client.core.msg.kv with parameters of type CoreRangeScanId 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)RangeScanCreateResponse(ResponseStatus status, CoreRangeScanId rangeScanId)
-