Package | Description |
---|---|
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
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 |
Storage.registerCategory(Category<?> category)
Register the category into the Storage.
|
void |
QueuedStorage.registerCategory(Category<?> category) |
static void |
Categories.remove(Category<?> category) |
Constructor and Description |
---|
CategoryAdapter(Category<T> sourceCategory)
Constructor.
|
HostBoundaryPojoGetter(Storage storage,
Category<T> cat) |
HostLatestPojoListGetter(Storage storage,
Category<T> cat) |
HostTimeIntervalPojoListGetter(Storage storage,
Category<T> cat) |
StatementDescriptor(Category<T> category,
String desc) |
VmBoundaryPojoGetter(Storage storage,
Category<T> cat) |
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 © 2016. All Rights Reserved.