Uses of Class
com.couchbase.client.java.kv.SamplingScan
-
Uses of SamplingScan in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionstatic SamplingScan
ScanType.samplingScan
(long limit) Creates a new KV sampling scan, which randomly selects documents up until the configured limit, with a random seed.static SamplingScan
ScanType.samplingScan
(long limit, long seed) Creates a new KV sampling scan, which randomly selects documents up until the configured limit, with the specified seed.