@Stability.Volatile public class SamplingScan extends ScanType
Use ScanType.samplingScan(long)
and ScanType.samplingScan(long, long)
to construct.
Modifier and Type | Class and Description |
---|---|
class |
SamplingScan.Built |
Modifier and Type | Method and Description |
---|---|
SamplingScan.Built |
build() |
long |
limit()
Returns the limit set for this sampling scan.
|
Optional<Long> |
seed()
Returns the seed set for this sampling scan.
|
String |
toString() |
prefixScan, rangeScan, samplingScan, samplingScan
public long limit()
public Optional<Long> seed()
@Stability.Internal public SamplingScan.Built build()
Copyright © 2024 Couchbase, Inc.. All rights reserved.