| Constructor and Description |
|---|
JMXInventoryManager(String feedId,
MetadataManager<JMXResourceType,JMXMetricType,JMXAvailType,JMXOperation,JMXResourceConfigurationPropertyType> metadataManager,
ResourceManager<JMXResource> resourceManager,
ManagedServer managedServer,
JMXEndpoint dmrEndpoint,
JmxClientFactory jmxClientFactory) |
JMXResource(ID id,
Name name,
JMXEndpoint endpoint,
JMXResourceType type,
JMXResource parent,
ObjectName objectName) |
| Constructor and Description |
|---|
JmxClientFactoryImpl(JMXEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Map<JMXEndpoint,List<JMXAvailInstance>> |
SchedulerConfiguration.getJMXAvailsToBeChecked() |
Map<JMXEndpoint,List<JMXMetricInstance>> |
SchedulerConfiguration.getJMXMetricsToBeCollected() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerConfiguration.addAvailToBeChecked(JMXEndpoint endpoint,
JMXAvailInstance availToBeCollected) |
void |
SchedulerConfiguration.addMetricToBeCollected(JMXEndpoint endpoint,
JMXMetricInstance metricToBeCollected) |
| Modifier and Type | Method and Description |
|---|---|
JMXEndpoint |
JMXTask.getEndpoint() |
| Constructor and Description |
|---|
AvailJMXTask(Interval interval,
JMXEndpoint endpoint,
ObjectName objectName,
String attribute,
String subref,
JMXAvailInstance availInstance,
String upRegex) |
JMXTask(Task.Type type,
Interval interval,
JMXEndpoint endpoint,
ObjectName objectName,
String attribute,
String subref) |
MetricJMXTask(Interval interval,
JMXEndpoint endpoint,
ObjectName objectName,
String attribute,
String subref,
JMXMetricInstance metricInstance) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.