| Package | Description |
|---|---|
| org.hawkular.agent.monitor.api | |
| org.hawkular.agent.monitor.protocol | |
| org.hawkular.agent.monitor.scheduler | |
| org.hawkular.agent.monitor.storage |
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingService.measureAvails(Collection<MeasurementInstance<L,AvailType<L>>> instances,
Consumer<AvailDataPoint> consumer)
Checks the availabilities defined by
instances and reports them back to the given consumer. |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointService.measureAvails(Collection<MeasurementInstance<L,AvailType<L>>> instances,
Consumer<AvailDataPoint> consumer) |
| 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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AvailBufferedStorageDispatcher.accept(AvailDataPoint sample) |
| Modifier and Type | Method and Description |
|---|---|
void |
HawkularStorageAdapter.storeAvails(Set<AvailDataPoint> datapoints) |
void |
MetricsOnlyStorageAdapter.storeAvails(Set<AvailDataPoint> datapoints) |
void |
StorageAdapter.storeAvails(Set<AvailDataPoint> datapoints)
Stores the given availability check data points.
|
| Constructor and Description |
|---|
Worker(BlockingQueue<AvailDataPoint> queue) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.