| Constructor and Description |
|---|
DMRInventoryManager(String feedId,
MetadataManager<DMRResourceType,DMRMetricType,DMRAvailType,DMROperation,DMRResourceConfigurationPropertyType> metadataManager,
ResourceManager<DMRResource> resourceManager,
ManagedServer managedServer,
DMREndpoint dmrEndpoint,
ModelControllerClientFactory dmrClientFactory) |
DMRResource(ID id,
Name name,
DMREndpoint endpoint,
DMRResourceType type,
DMRResource parent,
Address address,
org.jboss.dmr.ModelNode modelNode) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.as.controller.client.ModelControllerClient |
ModelControllerClientFactoryImpl.createClient(DMREndpoint endpoint) |
| Constructor and Description |
|---|
ModelControllerClientFactoryImpl(DMREndpoint endpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalDMREndpoint
Represent the endpoint to our local Wildfly instance (the one we are running inside of).
|
| Modifier and Type | Method and Description |
|---|---|
Map<DMREndpoint,List<DMRAvailInstance>> |
SchedulerConfiguration.getDMRAvailsToBeChecked() |
Map<DMREndpoint,List<DMRMetricInstance>> |
SchedulerConfiguration.getDMRMetricsToBeCollected() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerConfiguration.addAvailToBeChecked(DMREndpoint endpoint,
DMRAvailInstance availToBeCollected) |
void |
SchedulerConfiguration.addMetricToBeCollected(DMREndpoint endpoint,
DMRMetricInstance metricToBeCollected) |
| Modifier and Type | Method and Description |
|---|---|
DMREndpoint |
DMRTask.getEndpoint() |
| Constructor and Description |
|---|
AvailDMRTask(Interval interval,
DMREndpoint endpoint,
Address address,
String attribute,
String subref,
DMRAvailInstance availInstance,
String upRegex) |
DMRTask(Task.Type type,
Interval interval,
DMREndpoint endpoint,
Address address,
String attribute,
String subref) |
MetricDMRTask(Interval interval,
DMREndpoint endpoint,
Address address,
String attribute,
String subref,
DMRMetricInstance metricInstance) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.