| Package | Description |
|---|---|
| org.hawkular.agent.monitor.scheduler |
| Modifier and Type | Method and Description |
|---|---|
static IntervalBasedScheduler<AvailType<Object>,AvailDataPoint> |
IntervalBasedScheduler.forAvails(String name,
int schedulerThreads,
Consumer<AvailDataPoint> completionHandler)
Static method that builds a scheduler (along with its thread pool) for availability checking.
|
static IntervalBasedScheduler<MetricType<Object>,MetricDataPoint> |
IntervalBasedScheduler.forMetrics(String name,
int schedulerThreads,
Consumer<MetricDataPoint> completionHandler)
Static method that builds a scheduler (along with its thread pool) for metric collection.
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.