public class AggregateCountsResource extends MetricResource
MetricResource.Page
Modifier | Constructor and Description |
---|---|
protected |
AggregateCountsResource()
No-arg constructor for serialization frameworks.
|
|
AggregateCountsResource(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(java.util.Date when,
long value)
Add a data point to the set.
|
java.util.SortedMap<java.util.Date,java.lang.Long> |
getValues()
Returns a date-sorted view of counts.
|
getName