| Interface | Description |
|---|---|
| InventoryBackend<E> |
The backend for the base inventory that does all the "low level" stuff like querying the actual inventory store,
its modifications, etc.
|
| Class | Description |
|---|---|
| InventoryBackend.Transaction |
Represents a transaction being performed.
|
| NoopFilter |
A type of filter that does no filtering.
|
| ShallowStructuredData |
This is essentially a marker class to distinguish a fully loaded structured data from the "bare" shallow variant that
doesn't contain the potential children (see for example
org.hawkular.inventory.api.Datas.Single#flatData(RelativePath)). |
| SwitchElementType |
Filter used internally by the base impl for jumping from a vertex to an edge or back.
|
| Exception | Description |
|---|---|
| CommitFailureException |
This exception is to be thrown by the backends when a commit fails.
|
| ElementNotFoundException |
Thrown by the backend to signify that the element in question was not found.
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.