public class AggregateCounter extends Object
| Constructor and Description |
|---|
AggregateCounter(String name,
org.joda.time.Interval interval,
long[] counts,
AggregateCounterResolution resolution) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
getCounts() |
org.joda.time.Interval |
getInterval() |
String |
getName() |
AggregateCounterResolution |
getResolution() |
int |
getTotal() |
String |
toString() |
public AggregateCounter(String name, org.joda.time.Interval interval, long[] counts, AggregateCounterResolution resolution)
public int getTotal()
public String getName()
public org.joda.time.Interval getInterval()
public long[] getCounts()
public AggregateCounterResolution getResolution()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.