| Package | Description |
|---|---|
| com.redhat.thermostat.storage.core | |
| com.redhat.thermostat.storage.dao |
| Modifier and Type | Field and Description |
|---|---|
static Category<SchemaInformation> |
SchemaInfo.CATEGORY |
| Modifier and Type | Method and Description |
|---|---|
Category<S> |
CategoryAdapter.getAdapted(Class<S> targetType) |
static Category<?> |
Categories.getByName(String categoryName) |
Category<T> |
StatementDescriptor.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
static List<Category<?>> |
Categories.getAllCategories() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Categories.add(Category<?> category) |
<T extends Pojo> |
BackingStorage.createAdd(Category<T> category) |
<T extends Pojo> |
BackingStorage.createAggregateQuery(AggregateQuery.AggregateFunction function,
Category<T> category) |
<T extends Pojo> |
BackingStorage.createQuery(Category<T> category) |
<T extends Pojo> |
BackingStorage.createRemove(Category<T> category) |
<T extends Pojo> |
BackingStorage.createReplace(Category<T> category) |
<T extends Pojo> |
BackingStorage.createUpdate(Category<T> category) |
<T extends Pojo> |
SchemaInfoInserter.insertSchemaInfo(Category<T> category) |
void |
QueuedStorage.registerCategory(Category<?> category) |
void |
Storage.registerCategory(Category<?> category)
Register the category into the Storage.
|
static void |
Categories.remove(Category<?> category) |
| Constructor and Description |
|---|
CategoryAdapter(Category<T> sourceCategory)
Constructor.
|
HostLatestPojoListGetter(Storage storage,
Category<T> cat) |
HostTimeIntervalPojoListGetter(Storage storage,
Category<T> cat) |
StatementDescriptor(Category<T> category,
String desc) |
VmLatestPojoListGetter(Storage storage,
Category<T> cat) |
VmTimeIntervalPojoListGetter(Storage storage,
Category<T> cat) |
| Modifier and Type | Field and Description |
|---|---|
static Category<BackendInformation> |
BackendInfoDAO.CATEGORY |
static Category<AgentInformation> |
AgentInfoDAO.CATEGORY |
static Category<HostInfo> |
HostInfoDAO.hostInfoCategory |
static Category<NetworkInterfaceInfo> |
NetworkInterfaceInfoDAO.networkInfoCategory |
static Category<VmInfo> |
VmInfoDAO.vmInfoCategory |
Copyright © 2015. All rights reserved.