public class ExtendedInventoryStructure extends Object
| Constructor and Description |
|---|
ExtendedInventoryStructure(InventoryStructure<?> structure) |
ExtendedInventoryStructure(InventoryStructure<?> structure,
Map<String,Collection<String>> typesIndex,
Map<String,Collection<String>> metricTypesIndex) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Collection<String>> |
getMetricTypesIndex() |
InventoryStructure<?> |
getStructure() |
Map<String,Collection<String>> |
getTypesIndex() |
public ExtendedInventoryStructure(InventoryStructure<?> structure, Map<String,Collection<String>> typesIndex, Map<String,Collection<String>> metricTypesIndex)
public ExtendedInventoryStructure(InventoryStructure<?> structure)
public InventoryStructure<?> getStructure()
public Map<String,Collection<String>> getTypesIndex()
public Map<String,Collection<String>> getMetricTypesIndex()
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.