@API(status=MAINTAINED,
since="1.4.0")
public interface StatisticsEntry
StatisticsReportFormat
Modifier and Type | Method and Description |
---|---|
int |
count()
The number of times a certain value (set) has been collected
|
java.lang.String |
name()
The name of an entry usually refers to the collected value(s)
|
double |
percentage()
The percentage of times a certain value (set) has been collected
|
java.util.List<java.lang.Object> |
values()
The values collected during Statistics.collect(Object...)
|
java.lang.String name()
int count()
double percentage()
java.util.List<java.lang.Object> values()