| Package | Description |
|---|---|
| org.hawkular.agent.monitor.api | |
| org.hawkular.agent.monitor.inventory | |
| org.hawkular.agent.monitor.protocol | |
| org.hawkular.agent.monitor.scheduler |
| 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. |
void |
SamplingService.measureMetrics(Collection<MeasurementInstance<L,MetricType<L>>> instances,
Consumer<MetricDataPoint> consumer)
Collects the metrics defined by
instances and reports them back to the given consumer. |
| Modifier and Type | Method and Description |
|---|---|
Collection<MeasurementInstance<L,AvailType<L>>> |
Resource.getAvails() |
Collection<MeasurementInstance<L,MetricType<L>>> |
Resource.getMetrics() |
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder<L> |
Resource.Builder.avail(MeasurementInstance<L,AvailType<L>> avail) |
Resource.Builder<L> |
Resource.Builder.metric(MeasurementInstance<L,MetricType<L>> metric) |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointService.measureAvails(Collection<MeasurementInstance<L,AvailType<L>>> instances,
Consumer<AvailDataPoint> consumer) |
void |
EndpointService.measureMetrics(Collection<MeasurementInstance<L,MetricType<L>>> instances,
Consumer<MetricDataPoint> consumer) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <L,MT extends MeasurementType<L>> |
IntervalBasedScheduler.getMeasurementInstances(Resource<L> resource) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <L,MT extends MeasurementType<L>> |
IntervalBasedScheduler.createJob(SamplingService<L> endpointService,
Collection<MeasurementInstance<L,MT>> instances,
Consumer<D> completionHandler) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.