| 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 <LL> MeasurementScheduler<LL,AvailType<LL>,AvailDataPoint> |
MeasurementScheduler.forAvails(String name,
Consumer<AvailDataPoint> completionHandler)
Static method that builds a scheduler for availability checking.
|
| Modifier and Type | Method and Description |
|---|---|
static <LL> MeasurementScheduler<LL,AvailType<LL>,AvailDataPoint> |
MeasurementScheduler.forAvails(String name,
Consumer<AvailDataPoint> completionHandler)
Static method that builds a scheduler 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,
long waitMillis) |
void |
StorageAdapter.storeAvails(Set<AvailDataPoint> datapoints,
long waitMillis)
Stores the given availability check data points.
|
| Constructor and Description |
|---|
Worker(BlockingQueue<AvailDataPoint> queue) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.