| Package | Description |
|---|---|
| io.pcp.parfait |
| Modifier and Type | Field and Description |
|---|---|
private TimeWindow |
TimeWindowCounter.window |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<TimeWindow> |
TimeWindowCounterBuilder.timeWindows |
| Modifier and Type | Method and Description |
|---|---|
static TimeWindow |
TimeWindow.of(int resolution,
long period,
java.lang.String name)
Factory method to create a new TimeWindow.
|
| Constructor and Description |
|---|
TimeWindowCounter(TimeWindow window) |
TimeWindowCounter(TimeWindow window,
com.google.common.base.Supplier<java.lang.Long> timeSource) |
TimeWindowCounterBuilder(MonitorableRegistry registry,
TimeWindow... windows) |
TimeWindowCounterBuilder(com.google.common.base.Supplier<java.lang.Long> timeSource,
MonitorableRegistry registry,
TimeWindow... windows) |