| Modifier and Type | Method and Description |
|---|---|
org.hawkular.agent.monitor.inventory.Resource<MyAppNodeLocation> |
MyAppInventory.getResource(String id) |
org.hawkular.agent.monitor.inventory.ResourceManager<MyAppNodeLocation> |
MyAppInventory.getResourceManager() |
org.hawkular.agent.monitor.inventory.ResourceTypeManager<MyAppNodeLocation> |
MyAppInventory.getResourceTypeManager() |
org.hawkular.agent.monitor.inventory.Resource<MyAppNodeLocation> |
MyAppInventory.instantiateResource(String resourceId)
Creates a resource with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MyAppInventory.addResource(org.hawkular.agent.monitor.inventory.Resource<MyAppNodeLocation> newResource) |
Map<String,String> |
MyAppSamplingService.generateAssociatedMetricTags(org.hawkular.agent.monitor.inventory.MeasurementInstance<MyAppNodeLocation,? extends org.hawkular.agent.monitor.inventory.MeasurementType<MyAppNodeLocation>> instance) |
Map<String,String> |
MyAppSamplingService.generateAssociatedMetricTags(org.hawkular.agent.monitor.inventory.MeasurementInstance<MyAppNodeLocation,? extends org.hawkular.agent.monitor.inventory.MeasurementType<MyAppNodeLocation>> instance) |
void |
MyAppSamplingService.measureAvails(Collection<org.hawkular.agent.monitor.inventory.MeasurementInstance<MyAppNodeLocation,org.hawkular.agent.monitor.inventory.AvailType<MyAppNodeLocation>>> instances,
org.hawkular.agent.monitor.util.Consumer<org.hawkular.agent.monitor.storage.AvailDataPoint> consumer) |
void |
MyAppSamplingService.measureAvails(Collection<org.hawkular.agent.monitor.inventory.MeasurementInstance<MyAppNodeLocation,org.hawkular.agent.monitor.inventory.AvailType<MyAppNodeLocation>>> instances,
org.hawkular.agent.monitor.util.Consumer<org.hawkular.agent.monitor.storage.AvailDataPoint> consumer) |
void |
MyAppSamplingService.measureMetrics(Collection<org.hawkular.agent.monitor.inventory.MeasurementInstance<MyAppNodeLocation,org.hawkular.agent.monitor.inventory.MetricType<MyAppNodeLocation>>> instances,
org.hawkular.agent.monitor.util.Consumer<org.hawkular.agent.monitor.storage.MetricDataPoint> consumer) |
void |
MyAppSamplingService.measureMetrics(Collection<org.hawkular.agent.monitor.inventory.MeasurementInstance<MyAppNodeLocation,org.hawkular.agent.monitor.inventory.MetricType<MyAppNodeLocation>>> instances,
org.hawkular.agent.monitor.util.Consumer<org.hawkular.agent.monitor.storage.MetricDataPoint> consumer) |
void |
MyAppInventory.removeResource(org.hawkular.agent.monitor.inventory.Resource<MyAppNodeLocation> doomedResource) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.