| Package | Description |
|---|---|
| com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.