| Package | Description |
|---|---|
| org.hawkular.inventory.api | |
| org.hawkular.inventory.api.filters | |
| org.hawkular.inventory.api.model | |
| org.hawkular.inventory.base |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EmptyInventory.SingleBase<E extends Entity<?,?>,Update> |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Entity<?,?>> |
EntityNotFoundException.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
protected static EntityNotFoundException |
EmptyInventory.entityNotFound(Class<? extends Entity<?,?>> entityClass) |
| Constructor and Description |
|---|
EntityAlreadyExistsException(Entity entity) |
RelationAlreadyExistsException(Entity entity) |
| Constructor and Description |
|---|
EntityNotFoundException(Class<? extends Entity<?,?>> entityClass,
Filter[] filters) |
EntityNotFoundException(Class<? extends Entity<?,?>> entityClass,
Filter[][] filters) |
EntityNotFoundException(Class<? extends Entity<?,?>> entityClass,
Filter[] filters,
Throwable cause) |
RelationNotFoundException(Class<? extends Entity> sourceEntityType,
Filter[] filters) |
RelationNotFoundException(Class<? extends Entity> sourceEntityType,
Filter[][] filters) |
RelationNotFoundException(Class<? extends Entity> sourceEntityType,
String nameOrId,
Filter[][] filters,
String message,
Throwable cause) |
RelationNotFoundException(Class<? extends Entity> sourceEntityType,
String nameOrId,
Filter[] filters,
String message,
Throwable cause) |
RelationNotFoundException(Class<? extends Entity> sourceEntityType,
String nameOrId,
Filter[] filters,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static Filter[] |
Filter.pathTo(Entity<?,?> entity) |
| Modifier and Type | Method and Description |
|---|---|
static RelationWith.SourceOfType |
RelationWith.sourceOfType(Class<? extends Entity<?,?>> type) |
static RelationWith.TargetOfType |
RelationWith.targetOfType(Class<? extends Entity<?,?>> type) |
static With.Types |
With.type(Class<? extends Entity<?,?>> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
Environment
An environment is supposed to contain resources that belong to one infrastructure.
|
class |
EnvironmentBasedEntity<B extends Entity.Blueprint,U extends AbstractElement.Update>
Base class for entities that are part of an environment.
|
class |
Feed
Feed is a source of data.
|
class |
FeedBasedEntity<B extends Entity.Blueprint,U extends AbstractElement.Update> |
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 |
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.
|
class |
TenantBasedEntity<B extends Entity.Blueprint,U extends AbstractElement.Update>
Base class for entities in a tenant (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
protected BE |
Traversal.getSingle(Query query,
Class<? extends Entity<?,?>> entityType)
A helper method to retrieve a single result from the query or throw an exception if the query yields no results.
|
| Constructor and Description |
|---|
ReadWrite(TraversalContext<BE,Relationship> context,
Class<? extends Entity<?,?>> originEntityType) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.