| Package | Description |
|---|---|
| org.hawkular.inventory.api | |
| org.hawkular.inventory.base |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Data.Single |
static interface |
Environments.Single
Interface for accessing a single environment in a writable manner.
|
static interface |
Feeds.Single |
static interface |
Metrics.Single
Interface for accessing a single metric in a writable manner.
|
static interface |
MetricTypes.Single
Interface for accessing a single metric type in a writable manner.
|
static interface |
Relationships.Single
Interface for accessing a single relationship.
|
interface |
ResolvableToSingleWithRelationships<Entity,Update>
Base interface of all browser interfaces over a single entity that can have relations.
|
static interface |
Resources.Single
Interface for accessing a single resource in a writable manner.
|
static interface |
ResourceTypes.Single
Interface for accessing a single resource type in a writable manner.
|
static interface |
Tenants.Single
Interface for accessing a single tenant in a writable manner.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EmptyInventory.DatasSingle |
static class |
EmptyInventory.EnvironmentsSingle |
static class |
EmptyInventory.FeedsSingle |
static class |
EmptyInventory.MetricsSingle |
static class |
EmptyInventory.MetricTypesSingle |
static class |
EmptyInventory.RelationshipsSingle |
static class |
EmptyInventory.ResourcesSingle |
static class |
EmptyInventory.ResourceTypesSingle |
protected static class |
EmptyInventory.SingleBase<E extends Entity<?,?>,Update> |
static class |
EmptyInventory.TenantsSingle |
| Modifier and Type | Method and Description |
|---|---|
default <E extends AbstractElement<?,U>,U extends AbstractElement.Update,Single extends ResolvableToSingle<E,U>> |
Inventory.inspect(CanonicalPath path,
Class<Single> accessInterface)
Another generic version of the inspect method, this time using the
CanonicalPath to an element. |
default <E extends AbstractElement<?,U>,U extends AbstractElement.Update,Single extends ResolvableToSingle<E,U>> |
Inventory.inspect(E entity,
Class<Single> accessInterface)
A generic version of the
inspect methods that accepts an element and returns the access interface to it. |
Copyright © 2015 Red Hat, Inc.. All rights reserved.