| Interface | Description |
|---|---|
| Environments.Multiple |
Interface for traversing over a set of environments.
|
| Environments.Read |
Provides read-only access to environments.
|
| Environments.ReadWrite |
Provides methods for read-write access to environments.
|
| Environments.Single |
Interface for accessing a single environment in a writable manner.
|
| FeedIdStrategy |
A
FeedIdStrategy is a service that can supply unique IDs for feeds registering with the inventory. |
| Feeds.Multiple | |
| Feeds.Read | |
| Feeds.ReadWrite | |
| Feeds.Single | |
| Inventory |
Inventory stores "resources" which are groupings of measurements and other data.
|
| Inventory.Mixin.AutoTenant |
A mixin interface for automatic creation on tenants.
|
| Inventory.Mixin.AutoTenantAndObservable |
Poor man's intersection type ;)
|
| Inventory.Mixin.Observable |
The observable mixin interface.
|
| Log | |
| Metrics.Multiple |
Interface for traversing over a set of metrics.
|
| Metrics.Read |
Provides read-only access to metrics.
|
| Metrics.ReadAssociate |
Provides read-only access to metrics with the additional ability to relate the metrics to the current
position in the inventory traversal.
|
| Metrics.ReadWrite |
Provides read-write access to metrics.
|
| Metrics.Single |
Interface for accessing a single metric in a writable manner.
|
| MetricTypes.Multiple |
Interface for traversing over a set of metric types.
|
| MetricTypes.Read |
Provides read-only access to metric types.
|
| MetricTypes.ReadAssociate |
Provides read-only access to metric types with the additional ability to relate the metric types to the current
position in the inventory traversal.
|
| MetricTypes.ReadWrite |
Provides read-write access to metric types.
|
| MetricTypes.Single |
Interface for accessing a single metric type in a writable manner.
|
| ReadInterface<Single,Multiple> |
Generic methods for readonly access to entities.
|
| Relatable<Access> |
The contract for resolvable interfaces (
ResolvableToMany and ResolvableToMany) that also support
relationships. |
| Relationships.Multiple |
Interface for traversing over a set of relationships.
|
| Relationships.Read |
Provides read access to relationships.
|
| Relationships.ReadWrite |
Provides read-write access to relationships.
|
| Relationships.Single |
Interface for accessing a single relationship.
|
| ResolvableToMany<Entity> |
Base interface for all browser interfaces over multiple entities.
|
| ResolvableToSingle<Entity> |
Base interface for all browser interfaces over a single entity.
|
| ResolvingToMultiple<Multiple> |
This is the most generic interface for positions in the graph traversal from which one can resolve a many entities
using some filters.
|
| ResolvingToSingle<Single> |
This is the most generic interface for positions in the graph traversal from which one can resolve a single entity
using its id.
|
| Resources.Multiple |
Interface for traversing over a set of resources.
|
| Resources.Read |
Provides read-only access to resources.
|
| Resources.ReadWrite |
Provides read-write access to resources.
|
| Resources.Single |
Interface for accessing a single resource in a writable manner.
|
| ResourceTypes.Multiple |
Interface for traversing over a set of resource types.
|
| ResourceTypes.Read |
Provides read-only access to resource types.
|
| ResourceTypes.ReadWrite |
Provides read-write access to resource types.
|
| ResourceTypes.Single |
Interface for accessing a single resource type in a writable manner.
|
| ResultFilter |
An SPI interface to be used by the implementations to filter the results before they're returned to the API caller.
|
| Tenants.Multiple |
Interface for traversing over a set of tenants.
|
| Tenants.Read |
Provides readonly access to tenants.
|
| Tenants.ReadWrite |
Provides methods for read-write access to tenants.
|
| Tenants.Single |
Interface for accessing a single tenant in a writable manner.
|
| WriteInterface<Update,Blueprint extends Entity.Blueprint,Single> |
Generic methods to write access to entities.
|
| Enum | Description |
|---|---|
| Action.Enumerated | |
| Relationships.Direction |
The list of possible relationship (aka edges) direction.
|
| Relationships.WellKnown |
The list of well-known relationships (aka edges) between entities (aka vertices).
|
| Exception | Description |
|---|---|
| EntityAlreadyExistsException | |
| EntityNotFoundException | |
| InventoryException | |
| RelationAlreadyExistsException | |
| RelationNotFoundException |
Copyright © 2015 Red Hat, Inc.. All rights reserved.