| Package | Description |
|---|---|
| org.hawkular.inventory.api |
| Modifier and Type | Method and Description |
|---|---|
protected static EntityNotFoundException |
EmptyInventory.entityNotFound(Class<? extends Entity> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
EmptyInventory.MetricTypesReadAssociate.associate(String id) |
Relationship |
EmptyInventory.MetricsReadAssociate.associate(String id) |
void |
EmptyInventory.TenantsReadWrite.delete(String id) |
void |
EmptyInventory.ResourceTypesReadWrite.delete(String id) |
void |
EmptyInventory.MetricTypesReadWrite.delete(String id) |
void |
EmptyInventory.EnvironmentReadWrite.delete(String id) |
void |
EmptyInventory.FeedsReadWrite.delete(String id) |
void |
EmptyInventory.MetricsReadWrite.delete(String id) |
void |
EmptyInventory.ResourcesReadWrite.delete(String id) |
void |
WriteInterface.delete(String id)
Deletes an entity with the provided id from the current position in the inventory traversal.
|
Relationship |
EmptyInventory.MetricTypesReadAssociate.disassociate(String id) |
Relationship |
EmptyInventory.MetricsReadAssociate.disassociate(String id) |
Tenant |
EmptyInventory.TenantsSingle.entity() |
ResourceType |
EmptyInventory.ResourceTypesSingle.entity() |
MetricType |
EmptyInventory.MetricTypesSingle.entity() |
Environment |
EmptyInventory.EnvironmentsSingle.entity() |
Relationship |
EmptyInventory.RelationshipsSingle.entity() |
Feed |
EmptyInventory.FeedsSingle.entity() |
Metric |
EmptyInventory.MetricsSingle.entity() |
Resource |
EmptyInventory.ResourcesSingle.entity() |
Entity |
ResolvableToSingle.entity()
Resolves the entity and returns it.
|
Tenants.Single |
EmptyInventory.TenantsRead.get(String id) |
Tenants.Single |
EmptyInventory.TenantsReadWrite.get(String id) |
ResourceTypes.Single |
EmptyInventory.ResourceTypesRead.get(String id) |
ResourceTypes.Single |
EmptyInventory.ResourceTypesReadWrite.get(String id) |
MetricTypes.Single |
EmptyInventory.MetricTypesRead.get(String id) |
MetricTypes.Single |
EmptyInventory.MetricTypesReadWrite.get(String id) |
MetricTypes.Single |
EmptyInventory.MetricTypesReadAssociate.get(String id) |
Environments.Single |
EmptyInventory.EnvironmentsRead.get(String id) |
Environments.Single |
EmptyInventory.EnvironmentReadWrite.get(String id) |
Relationships.Single |
EmptyInventory.RelationshipsRead.get(String id) |
Relationships.Single |
EmptyInventory.RelationshipsReadWrite.get(String id) |
Feeds.Single |
EmptyInventory.FeedsRead.get(String id) |
Feeds.Single |
EmptyInventory.FeedsReadWrite.get(String id) |
Metrics.Single |
EmptyInventory.MetricsRead.get(String id) |
Metrics.Single |
EmptyInventory.MetricsReadWrite.get(String id) |
Metrics.Single |
EmptyInventory.MetricsReadAssociate.get(String id) |
Resources.Single |
EmptyInventory.ResourcesRead.get(String id) |
Resources.Single |
EmptyInventory.ResourcesReadWrite.get(String id) |
Single |
ResolvingToSingle.get(String id)
Tries to find a single entity in the current position in the inventory traversal.
|
default Environments.Single |
Inventory.inspect(Environment environment)
Provides an access interface for inspecting given environment.
|
default Feeds.Single |
Inventory.inspect(Feed feed)
Provides an access interface for inspecting given feed.
|
default Metrics.Single |
Inventory.inspect(Metric metric)
Provides an access interface for inspecting given metric.
|
default MetricTypes.Single |
Inventory.inspect(MetricType metricType)
Provides an access interface for inspecting given metric type.
|
default Resources.Single |
Inventory.inspect(Resource resource)
Provides an access interface for inspecting given resource.
|
default ResourceTypes.Single |
Inventory.inspect(ResourceType resourceType)
Provides an access interface for inspecting given resource type.
|
default Tenants.Single |
Inventory.inspect(Tenant tenant)
Provides an access interface for inspecting given tenant.
|
void |
EmptyInventory.EnvironmentReadWrite.update(String id,
Environment.Update update) |
void |
EmptyInventory.FeedsReadWrite.update(String id,
Feed.Update update) |
void |
EmptyInventory.MetricsReadWrite.update(String id,
Metric.Update update) |
void |
EmptyInventory.MetricTypesReadWrite.update(String id,
MetricType.Update update) |
void |
EmptyInventory.ResourcesReadWrite.update(String id,
Resource.Update update) |
void |
EmptyInventory.ResourceTypesReadWrite.update(String id,
ResourceType.Update update) |
void |
EmptyInventory.TenantsReadWrite.update(String id,
Tenant.Update update) |
void |
WriteInterface.update(String id,
Update update)
Persists the provided entity on the current position in the inventory traversal.
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.