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.
|
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) |
Copyright © 2016. All rights reserved.