| Modifier and Type | Method and Description |
|---|---|
AttributeLocation<L> |
AttributeLocationProvider.getAttributeLocation() |
AttributeLocation<L> |
AttributeLocation.rebase(L newLocation) |
| Modifier and Type | Method and Description |
|---|---|
int |
AttributeLocation.compareTo(AttributeLocation<L> other) |
| Constructor and Description |
|---|
AttributeLocationProvider(ID id,
Name name,
AttributeLocation<L> attributeLocation) |
AvailType(ID id,
Name name,
AttributeLocation<L> location,
Interval interval,
Pattern upPattern,
String metricIdTemplate,
Map<String,String> metricTags) |
Instance(ID id,
Name name,
AttributeLocation<L> attributeLocation,
T type) |
MeasurementInstance(ID id,
Name name,
AttributeLocation<L> attributeLocation,
T type) |
MeasurementType(ID id,
Name name,
AttributeLocation<L> location,
Interval interval,
String metricIdTemplate,
Map<String,String> metricTags) |
MetricType(ID id,
Name name,
AttributeLocation<L> location,
Interval interval,
org.jboss.as.controller.client.helpers.MeasurementUnit metricUnits,
org.hawkular.metrics.client.common.MetricType metricType,
String metricIdTemplate,
Map<String,String> metricTags) |
ResourceConfigurationPropertyInstance(ID id,
Name name,
AttributeLocation<L> attributeLocation,
ResourceConfigurationPropertyType<L> type,
String value) |
ResourceConfigurationPropertyType(ID id,
Name name,
AttributeLocation<L> attributeLocation) |
| Modifier and Type | Method and Description |
|---|---|
default AttributeLocation<L> |
LocationResolver.absolutize(L base,
AttributeLocation<L> attributeLocation) |
| Modifier and Type | Method and Description |
|---|---|
default AttributeLocation<L> |
LocationResolver.absolutize(L base,
AttributeLocation<L> attributeLocation) |
boolean |
Driver.attributeExists(AttributeLocation<L> attributeLocation)
|
Object |
Driver.fetchAttribute(AttributeLocation<L> attributeLocation)
Fetches the attribute value specified by the given
attributeLocation from a MonitoredEndpoint and
returns it. |
Map<L,Object> |
Driver.fetchAttributeAsMap(AttributeLocation<L> attributeLocation)
Fetches the attribute value specified by the given
attributeLocation from a MonitoredEndpoint and
returns it as the values in the given map. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DMRDriver.attributeExists(AttributeLocation<DMRNodeLocation> location) |
Object |
DMRDriver.fetchAttribute(AttributeLocation<DMRNodeLocation> location) |
Map<DMRNodeLocation,Object> |
DMRDriver.fetchAttributeAsMap(AttributeLocation<DMRNodeLocation> location) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JolokiaJMXDriver.attributeExists(AttributeLocation<JMXNodeLocation> location) |
boolean |
MBeanServerConnectionJMXDriver.attributeExists(AttributeLocation<JMXNodeLocation> location) |
Object |
JolokiaJMXDriver.fetchAttribute(AttributeLocation<JMXNodeLocation> location) |
Object |
MBeanServerConnectionJMXDriver.fetchAttribute(AttributeLocation<JMXNodeLocation> location) |
Map<JMXNodeLocation,Object> |
JolokiaJMXDriver.fetchAttributeAsMap(AttributeLocation<JMXNodeLocation> location) |
Map<JMXNodeLocation,Object> |
MBeanServerConnectionJMXDriver.fetchAttributeAsMap(AttributeLocation<JMXNodeLocation> location) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PlatformDriver.attributeExists(AttributeLocation<PlatformNodeLocation> location) |
Object |
PlatformDriver.fetchAttribute(AttributeLocation<PlatformNodeLocation> location) |
Map<PlatformNodeLocation,Object> |
PlatformDriver.fetchAttributeAsMap(AttributeLocation<PlatformNodeLocation> location) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.