Package | Description |
---|---|
com.redhat.thermostat.agent | |
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
com.redhat.thermostat.storage.dao |
Constructor and Description |
---|
Agent(BackendRegistry registry,
AgentStartupConfiguration config,
Storage storage,
AgentInfoDAO agentInfoDao,
BackendInfoDAO backendInfoDao,
WriterID writerId) |
Modifier and Type | Interface and Description |
---|---|
interface |
BackingStorage
This subclass of
Storage should be implemented by classes that
interact directly with a form of storage (e.g. |
interface |
SecureStorage
Provides authentication service to the command channel API.
|
Modifier and Type | Class and Description |
---|---|
class |
QueuedStorage |
class |
SecureQueuedStorage
Secure version of
QueuedStorage . |
Modifier and Type | Field and Description |
---|---|
protected Storage |
QueuedStorage.delegate |
Modifier and Type | Method and Description |
---|---|
Storage |
StorageProvider.createStorage()
Creates a new
Storage . |
Constructor and Description |
---|
HostBoundaryPojoGetter(Storage storage,
Category<T> cat) |
HostLatestPojoListGetter(Storage storage,
Category<T> cat) |
HostTimeIntervalPojoListGetter(Storage storage,
Category<T> cat) |
QueuedStorage(Storage delegate) |
QueuedStorage(Storage delegate,
com.redhat.thermostat.shared.perflog.PerformanceLogFormatter perfLogFormatter) |
VmBoundaryPojoGetter(Storage storage,
Category<T> cat) |
VmLatestPojoListGetter(Storage storage,
Category<T> cat) |
VmTimeIntervalPojoListGetter(Storage storage,
Category<T> cat) |
Modifier and Type | Field and Description |
---|---|
protected Storage |
AbstractDaoOperation.storage |
Modifier and Type | Method and Description |
---|---|
Storage |
DaoOperation.getStorage() |
Storage |
AbstractDaoOperation.getStorage() |
Modifier and Type | Method and Description |
---|---|
protected long |
BaseCountable.getCount(Storage storage,
Category<AggregateCount> category,
String descriptor)
Performs an aggregate count query as described by the given descriptor.
|
Constructor and Description |
---|
AbstractDaoOperation(Storage storage,
Category<T> category,
String descriptor) |
AbstractDaoQuery(Storage storage,
Category<T> category,
String descriptor) |
AbstractDaoStatement(Storage storage,
Category<T> category,
String descriptor) |
SimpleDaoQuery(Storage storage,
Category<T> category,
String descriptor) |
SimpleDaoStatement(Storage storage,
Category<T> category,
String descriptor) |
Copyright © 2017. All rights reserved.