Constructor and Description |
---|
Agent(BackendRegistry backendRegistry,
AgentStartupConfiguration config,
Storage storage,
AgentInfoDAO agentInfoDao,
BackendInfoDAO backendInfoDao) |
Agent(BackendRegistry registry,
UUID agentId,
AgentStartupConfiguration config,
Storage storage,
AgentInfoDAO agentInfoDao,
BackendInfoDAO backendInfoDao) |
Modifier and Type | Interface and Description |
---|---|
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 |
---|
HostLatestPojoListGetter(Storage storage,
Category<T> cat) |
QueuedStorage(Storage delegate) |
VmLatestPojoListGetter(Storage storage,
Category<T> cat) |
Constructor and Description |
---|
AgentInfoDAOImpl(Storage storage) |
BackendInfoDAOImpl(Storage storage) |
HostInfoDAOImpl(Storage storage,
AgentInfoDAO agentInfo) |
NetworkInterfaceInfoDAOImpl(Storage storage) |
VmInfoDAOImpl(Storage storage) |
Modifier and Type | Method and Description |
---|---|
Storage |
MongoStorageProvider.createStorage() |
Modifier and Type | Class and Description |
---|---|
class |
MongoStorage
Implementation of the Storage interface that uses MongoDB to store the instrumentation data.
|
Modifier and Type | Method and Description |
---|---|
Storage |
ThreadDao.getStorage() |
Modifier and Type | Method and Description |
---|---|
Storage |
ThreadDaoImpl.getStorage() |
Constructor and Description |
---|
ThreadDaoImpl(Storage storage) |
Constructor and Description |
---|
JmxNotificationDAOImpl(Storage storage) |
Modifier and Type | Class and Description |
---|---|
class |
WebStorage |
Modifier and Type | Method and Description |
---|---|
Storage |
WebStorageProvider.createStorage() |
Modifier and Type | Method and Description |
---|---|
static Storage |
StorageWrapper.getStorage(String storageClass,
String storageEndpoint,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
static void |
StorageWrapper.setStorage(Storage storage) |
Copyright © 2014. All rights reserved.