| Package | Description |
|---|---|
| org.hawkular.agent.monitor.inventory |
| Modifier and Type | Method and Description |
|---|---|
TypeSet<T> |
TypeSet.TypeSetBuilder.build() |
static TypeSet<?> |
TypeSet.empty() |
| Modifier and Type | Method and Description |
|---|---|
Map<Name,TypeSet<AvailType<L>>> |
TypeSets.getAvailTypeSets() |
Map<Name,TypeSet<AvailType<L>>> |
TypeSets.Builder.getAvailTypeSets() |
Map<Name,TypeSet<MetricType<L>>> |
TypeSets.getMetricTypeSets() |
Map<Name,TypeSet<MetricType<L>>> |
TypeSets.Builder.getMetricTypeSets() |
Map<Name,TypeSet<ResourceType<L>>> |
TypeSets.getResourceTypeSets() |
| Modifier and Type | Method and Description |
|---|---|
TypeSets.Builder<L> |
TypeSets.Builder.availTypeSet(TypeSet<AvailType<L>> typeSet) |
TypeSets.Builder<L> |
TypeSets.Builder.metricTypeSet(TypeSet<MetricType<L>> typeSet) |
TypeSets.Builder<L> |
TypeSets.Builder.resourceTypeSet(TypeSet<ResourceType<L>> typeSet) |
| Constructor and Description |
|---|
ResourceTypeManager(Map<Name,TypeSet<ResourceType<L>>> resourceTypeSetMap,
Collection<Name> setsToUse)
Adds the given types to the manager, building a graph to represent the type hierarchy.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.