public interface MultiMetricRepository extends PrefixMetricReader
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
Iterable<String> |
groups()
The names of all the groups known to this repository
|
void |
reset(String group)
Rest the values of all metrics in the group.
|
void |
save(String group,
Collection<Metric<?>> values)
Save some metric values and associate them with a group name.
|
findAllvoid save(String group, Collection<Metric<?>> values)
group - the name of the groupvalues - the metric values to savevoid reset(String group)
group - reset the whole groupIterable<String> groups()
long count()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.