| Package | Description |
|---|---|
| org.hawkular.agent.monitor.extension | |
| org.hawkular.agent.monitor.scheduler.config | |
| org.hawkular.agent.monitor.storage |
| Modifier and Type | Field and Description |
|---|---|
MonitorServiceConfiguration.StorageAdapter |
MonitorServiceConfiguration.storageAdapter |
| Constructor and Description |
|---|
MonitorServiceConfiguration(boolean subsystemEnabled,
String apiJndi,
int numMetricSchedulerThreads,
int numAvailSchedulerThreads,
int numDmrSchedulerThreads,
int metricDispatcherBufferSize,
int metricDispatcherMaxBatchSize,
int availDispatcherBufferSize,
int availDispatcherMaxBatchSize,
MonitorServiceConfiguration.Diagnostics diagnostics,
MonitorServiceConfiguration.StorageAdapter storageAdapter,
TypeSets<DMRResourceType,DMRMetricType,DMRAvailType> dmrTypeSets,
TypeSets<JMXResourceType,JMXMetricType,JMXAvailType> jmxTypeSets,
TypeSets<PlatformResourceType,PlatformMetricType,PlatformAvailType> platformTypeSets,
Map<Name,ManagedServer> managedServersMap) |
| Modifier and Type | Method and Description |
|---|---|
MonitorServiceConfiguration.StorageAdapter |
SchedulerConfiguration.getStorageAdapterConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerConfiguration.setStorageAdapterConfig(MonitorServiceConfiguration.StorageAdapter config) |
| Modifier and Type | Method and Description |
|---|---|
MonitorServiceConfiguration.StorageAdapter |
HawkularStorageAdapter.getStorageAdapterConfiguration() |
MonitorServiceConfiguration.StorageAdapter |
MetricsOnlyStorageAdapter.getStorageAdapterConfiguration() |
MonitorServiceConfiguration.StorageAdapter |
StorageAdapter.getStorageAdapterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
HawkularStorageAdapter.initialize(MonitorServiceConfiguration.StorageAdapter config,
Diagnostics diag,
ServerIdentifiers selfId,
HttpClientBuilder httpClientBuilder) |
void |
MetricsOnlyStorageAdapter.initialize(MonitorServiceConfiguration.StorageAdapter config,
Diagnostics diag,
ServerIdentifiers selfId,
HttpClientBuilder httpClientBuilder) |
void |
StorageAdapter.initialize(MonitorServiceConfiguration.StorageAdapter config,
Diagnostics diag,
ServerIdentifiers selfId,
HttpClientBuilder httpClientBuilder)
Initializes the storage adapter.
|
| Constructor and Description |
|---|
AsyncInventoryStorage(ServerIdentifiers selfId,
MonitorServiceConfiguration.StorageAdapter config,
HttpClientBuilder httpClientBuilder,
Diagnostics diagnostics) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.