| 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 |
|---|---|
String |
EndpointService.generateMeasurementKey(MeasurementInstance<L,?> instance)
Given a measurement instance, this will generate the key to be used when
storing that measurement instance to storage.
|
| 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 |
|---|---|
MeasurementInstance<L,T> |
ScheduledMeasurementInstance.getMeasurementInstance() |
| Modifier and Type | Method and Description |
|---|---|
Set<MeasurementInstance<L,T>> |
ScheduledCollectionsQueue.popNextScheduledSet()
Pops off of the queue the set of the next measurements to be collected.
|
| Constructor and Description |
|---|
ScheduledMeasurementInstance(Resource<L> resource,
MeasurementInstance<L,T> measurementInstance) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.