| Package | Description |
|---|---|
| org.hawkular.inventory.base |
| Modifier and Type | Field and Description |
|---|---|
protected InventoryBackend<BE> |
TraversalContext.backend
The inventory backend to be used for querying and persistence.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract InventoryBackend<E> |
BaseInventory.doInitialize(Configuration configuration)
This method is called during
BaseInventory.initialize(Configuration) and provides the instance of the backend
initialized from the configuration. |
InventoryBackend<E> |
BaseInventory.getBackend()
WARNING: This is not meant for general consumption but primarily for testing purposes.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> void |
RelationshipRules.checkCreate(InventoryBackend<E> backend,
E origin,
Relationships.Direction direction,
Relationships.WellKnown relationship,
E target) |
static <E> void |
RelationshipRules.checkCreate(InventoryBackend<E> backend,
E origin,
Relationships.Direction direction,
String relationship,
E target) |
static <E> void |
RelationshipRules.checkDelete(InventoryBackend<E> backend,
E origin,
Relationships.Direction direction,
Relationships.WellKnown relationship,
E target) |
static <E> void |
RelationshipRules.checkDelete(InventoryBackend<E> backend,
E origin,
Relationships.Direction direction,
String relationship,
E target) |
| Constructor and Description |
|---|
Builder(BaseInventory<BE> inventory,
Query.SymmetricExtender pathExtender,
Query.SymmetricExtender selectExtender,
InventoryBackend<BE> backend,
Class<E> entityClass,
Configuration configuration,
org.hawkular.inventory.base.ObservableContext observableContext,
int transactionRetries) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.