| Modifier and Type | Field and Description |
|---|---|
Map<Name,ManagedServer> |
MonitorServiceConfiguration.managedServersMap |
| Constructor and Description |
|---|
MonitorServiceConfiguration(boolean subsystemEnabled,
String apiJndi,
int numMetricSchedulerThreads,
int numAvailSchedulerThreads,
int numDmrSchedulerThreads,
int metricDispatcherBufferSize,
int metricDispatcherMaxBatchSize,
int availDispatcherBufferSize,
int availDispatcherMaxBatchSize,
MonitorServiceConfiguration.Diagnostics diagnostics,
MonitorServiceConfiguration.StorageAdapter storageAdapter,
TypeSets<DMRResourceType,DMRMetricType,DMRAvailType> dmrTypeSets,
TypeSets<JMXResourceType,JMXMetricType,JMXAvailType> jmxTypeSets,
TypeSets<PlatformResourceType,PlatformMetricType,PlatformAvailType> platformTypeSets,
Map<Name,ManagedServer> managedServersMap) |
| Modifier and Type | Method and Description |
|---|---|
Name |
NamedObject.getName() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Name> |
ResourceType.getAvailSets() |
Map<Name,TypeSet<AT>> |
TypeSets.getAvailTypeSets() |
Collection<Name> |
ResourceType.getMetricSets() |
Map<Name,TypeSet<MT>> |
TypeSets.getMetricTypeSets() |
Collection<Name> |
ResourceType.getParents() |
Collection<Name> |
ManagedServer.getResourceTypeSets() |
Map<Name,TypeSet<RT>> |
TypeSets.getResourceTypeSets() |
Map<Name,T> |
TypeSet.getTypeMap() |
| Modifier and Type | Method and Description |
|---|---|
TypeSet<T> |
AvailTypeManager.getAvailSet(Name availSetName)
Returns the named avail set.
|
TypeSet<T> |
MetricTypeManager.getMetricSet(Name metricSetName)
Returns the named metric set.
|
TypeSet.TypeSetBuilder<BT> |
TypeSet.TypeSetBuilder.name(Name name) |
| Modifier and Type | Method and Description |
|---|---|
void |
AvailTypeManager.addAvailTypes(Map<Name,TypeSet<T>> availTypeSetMap,
Collection<Name> setsToUse)
Adds the given types to the manager.
|
void |
AvailTypeManager.addAvailTypes(Map<Name,TypeSet<T>> availTypeSetMap,
Collection<Name> setsToUse)
Adds the given types to the manager.
|
void |
MetricTypeManager.addMetricTypes(Map<Name,TypeSet<T>> metricTypeSetMap,
Collection<Name> setsToUse)
Adds the given types to the manager.
|
void |
MetricTypeManager.addMetricTypes(Map<Name,TypeSet<T>> metricTypeSetMap,
Collection<Name> setsToUse)
Adds the given types to the manager.
|
void |
ResourceType.setAvailSets(Collection<Name> availSets) |
void |
ResourceType.setMetricSets(Collection<Name> metricSets) |
void |
ResourceType.setParents(Collection<Name> parents) |
void |
ManagedServer.setResourceTypeSets(Collection<Name> resourceTypeSets) |
| Constructor and Description |
|---|
AvailInstance(ID id,
Name name,
R resource,
A availType,
P property) |
AvailType(ID id,
Name name) |
ManagedServer(ID id,
Name name) |
MeasurementInstance(ID id,
Name name,
R resource,
M measurementType,
P property) |
MeasurementType(ID id,
Name name) |
MetricInstance(ID id,
Name name,
R resource,
M metricType,
P property) |
MetricType(ID id,
Name name) |
NamedObject(ID id,
Name name)
Creates a named object.
|
Operation(ID id,
Name name) |
Resource(ID id,
Name name,
E endpoint,
T resourceType,
P parent) |
ResourceConfigurationPropertyInstance(ID id,
Name name,
T configurationPropertyType) |
ResourceConfigurationPropertyType(ID id,
Name name) |
ResourceType(ID id,
Name name) |
| Constructor and Description |
|---|
ResourceTypeManager(Map<Name,TypeSet<T>> resourceTypeSetMap)
Adds the given types to the manager, building a graph to represent the type hierarchy.
|
ResourceTypeManager(Map<Name,TypeSet<T>> resourceTypeSetMap,
Collection<Name> setsToUse)
Adds the given types to the manager, building a graph to represent the type hierarchy.
|
ResourceTypeManager(Map<Name,TypeSet<T>> resourceTypeSetMap,
Collection<Name> setsToUse)
Adds the given types to the manager, building a graph to represent the type hierarchy.
|
TypeSets(Map<Name,TypeSet<RT>> resourceTypeSets,
Map<Name,TypeSet<MT>> metricTypeSets,
Map<Name,TypeSet<AT>> availTypeSets,
boolean enabled) |
TypeSets(Map<Name,TypeSet<RT>> resourceTypeSets,
Map<Name,TypeSet<MT>> metricTypeSets,
Map<Name,TypeSet<AT>> availTypeSets,
boolean enabled) |
TypeSets(Map<Name,TypeSet<RT>> resourceTypeSets,
Map<Name,TypeSet<MT>> metricTypeSets,
Map<Name,TypeSet<AT>> availTypeSets,
boolean enabled) |
| Constructor and Description |
|---|
DMRAvailInstance(ID id,
Name name,
DMRResource resource,
DMRAvailType availType,
AvailDMRPropertyReference property) |
DMRAvailType(ID id,
Name name) |
DMRMetricInstance(ID id,
Name name,
DMRResource resource,
DMRMetricType metricType,
DMRPropertyReference property) |
DMRMetricType(ID id,
Name name) |
DMROperation(ID id,
Name name) |
DMRResource(ID id,
Name name,
DMREndpoint endpoint,
DMRResourceType type,
DMRResource parent,
Address address,
org.jboss.dmr.ModelNode modelNode) |
DMRResourceConfigurationPropertyInstance(ID id,
Name name,
DMRResourceConfigurationPropertyType configPropertyType) |
DMRResourceConfigurationPropertyType(ID id,
Name name) |
DMRResourceType(ID id,
Name name) |
LocalDMRManagedServer(ID id,
Name name) |
RemoteDMRManagedServer(ID id,
Name name) |
| Constructor and Description |
|---|
JMXAvailInstance(ID id,
Name name,
JMXResource resource,
JMXAvailType availType,
AvailJMXPropertyReference property) |
JMXAvailType(ID id,
Name name) |
JMXMetricInstance(ID id,
Name name,
JMXResource resource,
JMXMetricType metricType,
JMXPropertyReference property) |
JMXMetricType(ID id,
Name name) |
JMXOperation(ID id,
Name name) |
JMXResource(ID id,
Name name,
JMXEndpoint endpoint,
JMXResourceType type,
JMXResource parent,
ObjectName objectName) |
JMXResourceConfigurationPropertyInstance(ID id,
Name name,
JMXResourceConfigurationPropertyType configPropertyType) |
JMXResourceConfigurationPropertyType(ID id,
Name name) |
JMXResourceType(ID id,
Name name) |
RemoteJMXManagedServer(ID id,
Name name) |
| Modifier and Type | Field and Description |
|---|---|
static Name |
Constants.FILE_STORE_TOTAL_SPACE |
static Name |
Constants.FILE_STORE_USABLE_SPACE |
static Name |
Constants.MEMORY_AVAILABLE |
static Name |
Constants.MEMORY_TOTAL |
static Name |
Constants.OPERATING_SYSTEM_SYS_CPU_LOAD |
static Name |
Constants.OPERATING_SYSTEM_SYS_LOAD_AVG |
static Name |
Constants.PLATFORM |
static Name |
Constants.POWER_SOURCE_REMAINING_CAPACITY |
static Name |
Constants.POWER_SOURCE_TIME_REMAINING |
static Name |
Constants.PROCESSOR_CPU_USAGE |
| Modifier and Type | Method and Description |
|---|---|
Name |
Constants.PlatformResourceType.getName() |
| Constructor and Description |
|---|
PlatformAvailInstance(ID id,
Name name,
PlatformResource resource,
PlatformAvailType availType,
AvailPlatformPropertyReference property) |
PlatformAvailType(ID id,
Name name) |
PlatformManagedServer(ID id,
Name name) |
PlatformMetricInstance(ID id,
Name name,
PlatformResource resource,
PlatformMetricType metricType,
PlatformPropertyReference property) |
PlatformMetricType(ID id,
Name name) |
PlatformOperation(ID id,
Name name) |
PlatformResource(ID id,
Name name,
PlatformEndpoint endpoint,
PlatformResourceType type,
PlatformResource parent) |
PlatformResourceConfigurationPropertyInstance(ID id,
Name name,
PlatformResourceConfigurationPropertyType configPropertyType) |
PlatformResourceConfigurationPropertyType(ID id,
Name name) |
PlatformResourceType(ID id,
Name name) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.