Package | Description |
---|---|
io.pcp.parfait |
Modifier and Type | Class and Description |
---|---|
class |
MonitoredConstant<T>
MonitoredConstant provides an implementation of
Monitorable for
simple values that are rarely (read: never) updated, once initialised. |
class |
MonitoredCounter
A MonitoredCounter is a useful implementation of
Monitorable specifically for
implementing long-valued counters. |
class |
MonitoredIntValue
Monitorable implementation for a free-running Integer value. |
class |
MonitoredLongValue
Monitorable implementation for a free-running Long value. |
class |
MonitoredValue<T>
MonitoredValue provides a convenient implementation of
Monitorable
for free-running values that are updatable through a single set method call. |
class |
PollingMonitoredValue<T>
Monitors the value returned by calls at the provided interval to the provided
Supplier . |
Copyright © 2009–2019 Performance Co-Pilot. All rights reserved.