| Package | Description |
|---|---|
| org.hawkular.agent.monitor.inventory |
| Modifier and Type | Method and Description |
|---|---|
TypeSet<BT> |
TypeSet.TypeSetBuilder.build() |
static <T extends NamedObject> |
TypeSet.empty() |
TypeSet<T> |
AvailTypeManager.getAvailSet(Name availSetName)
Returns the named avail set.
|
TypeSet<T> |
MetricTypeManager.getMetricSet(Name metricSetName)
Returns the named metric set.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TypeSet<T>> |
AvailTypeManager.getAllAvailTypes() |
Collection<TypeSet<T>> |
MetricTypeManager.getAllMetricTypes() |
Map<Name,TypeSet<AT>> |
TypeSets.getAvailTypeSets() |
Map<Name,TypeSet<MT>> |
TypeSets.getMetricTypeSets() |
Map<Name,TypeSet<RT>> |
TypeSets.getResourceTypeSets() |
| 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 |
MetricTypeManager.addMetricTypes(Map<Name,TypeSet<T>> metricTypeSetMap,
Collection<Name> setsToUse)
Adds the given types to the manager.
|
| 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.
|
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) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.