| Package | Description |
|---|---|
| org.hawkular.inventory.api | |
| org.hawkular.inventory.base |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
Inventory.initialize(Configuration configuration)
Initializes the inventory from the provided configuration object.
|
void |
EmptyInventory.initialize(Configuration configuration) |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
TraversalContext.configuration
The user provided configuration.
|
| 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. |
void |
BaseInventory.initialize(Configuration configuration) |
| 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.