@API(status=EXPERIMENTAL,
since="1.2.0")
public interface StatisticsCollector
Modifier and Type | Method and Description |
---|---|
void |
collect(java.lang.Object... values)
Call this method to record an entry for statistical data about generated values.
|
void collect(java.lang.Object... values)
values
- Can be anything. The list of these values is considered
a key for the reported table of frequencies.