Package | Description |
---|---|
io.pcp.parfait |
Modifier and Type | Method and Description |
---|---|
CompositeCounter |
TimeWindowCounterBuilder.build(String baseName,
String baseDescription,
javax.measure.Unit<?> unit)
Builds a new
CompositeCounter , comprised of TimeWindowCounters,
and registers PollingMonitoredValue s to detect changes in their
values. |
CompositeCounter |
TimeWindowCounterBuilder.copyFrom(MonitoredCounter templateCounter)
Creates a new CompositeCounter wrapping TimeWindowCounters (and creating
PollingMonitoredValues), using the supplied counter's name,
description, and unit as the template.
|
CompositeCounter |
TimeWindowCounterBuilder.wrapCounter(MonitoredCounter templateCounter)
Creates a new CompositeCounter wrapping TimeWindowCounters (and creating
PollingMonitoredValues), using the supplied MonitoredCounter's name,
description, and unit as the template.
|
Copyright © 2009–2018 Performance Co-Pilot. All rights reserved.