Package | Description |
---|---|
io.pcp.parfait |
Modifier and Type | Class and Description |
---|---|
class |
TimerScheduler |
Modifier and Type | Field and Description |
---|---|
private Scheduler |
QuiescentRegistryListener.quiescentScheduler |
private static Scheduler |
PollingMonitoredValue.SHARED_TIMER_SCHEDULER |
Constructor and Description |
---|
PollingMonitoredValue(java.lang.String name,
java.lang.String description,
MonitorableRegistry registry,
int updateInterval,
com.google.common.base.Supplier<T> poller,
ValueSemantics semantics,
javax.measure.Unit<?> unit,
Scheduler scheduler)
Creates a new
PollingMonitoredValue with the specified polling
interval. |
QuiescentRegistryListener(java.lang.Runnable runnable,
com.google.common.base.Supplier<java.lang.Long> clock,
long quietPeriodInMillis,
Scheduler scheduler) |