| Package | Description |
|---|---|
| org.hawkular.inventory.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
DataEntity
A data entity is an entity wrapping the data.
|
class |
Environment
An environment is supposed to contain resources that belong to one infrastructure.
|
class |
Feed
Feed is a source of data.
|
class |
MetadataPack
A metadata pack incorporates a bunch of resource types and metric types.
|
class |
Metric
Metric describes a single metric that is sent out from a feed.
|
class |
MetricType
Metric type defines metadata of metrics of the same type.
|
class |
OperationType |
class |
Resource
A resource is a grouping of other data (currently just metrics).
|
class |
ResourceType
Type of a resource.
|
class |
Tenant
A tenant is a top level entity that owns everything else.
|
| Modifier and Type | Field and Description |
|---|---|
Class<? extends Entity> |
InventoryStructure.EntityType.elementType |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Entity,B extends Entity.Blueprint> |
InventoryStructure.getChildNodes(RelativePath parent,
Class<E> childType) |
<E extends Entity,B extends Entity.Blueprint> |
InventoryStructure.getChildren(RelativePath parent,
Class<E> childType)
Returns the direct children of given type under the supplied path to the parent entity, which is relative to some
root entity for which this structure was instantiated.
|
<E extends Entity,B extends Entity.Blueprint> |
InventoryStructure.Offline.getChildren(RelativePath parent,
Class<E> childType) |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Entity> |
Entity.entityTypeFromSegmentType(SegmentType segmentType) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.