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 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)RangeScanCreateResponse(ResponseStatus status, CoreRangeScanId rangeScanId)
-