| Package | Description |
|---|---|
| org.hawkular.agent.monitor.diagnostics | |
| org.hawkular.agent.monitor.scheduler | |
| org.hawkular.agent.monitor.scheduler.config | |
| org.hawkular.agent.monitor.storage |
| Modifier and Type | Method and Description |
|---|---|
static StorageReporter.Builder |
StorageReporter.forRegistry(com.codahale.metrics.MetricRegistry registry,
MonitorServiceConfiguration.Diagnostics diagnosticsConfig,
StorageAdapter storageAdapter,
ServerIdentifiers selfId) |
static String |
DiagnosticsImpl.name(ServerIdentifiers selfId,
String name) |
| Constructor and Description |
|---|
DiagnosticsImpl(MonitorServiceConfiguration.Diagnostics config,
com.codahale.metrics.MetricRegistry registry,
ServerIdentifiers selfId) |
| Modifier and Type | Method and Description |
|---|---|
ServerIdentifiers |
SchedulerService.getSelfIdentifiers() |
| Constructor and Description |
|---|
SchedulerService(SchedulerConfiguration configuration,
ServerIdentifiers selfId,
Diagnostics diagnostics,
StorageAdapter storageAdapter,
ModelControllerClientFactory localDMRClientFactory) |
| Modifier and Type | Method and Description |
|---|---|
ServerIdentifiers |
DMREndpoint.getServerIdentifiers()
Returns the server identification, connecting to the endpoint if it
has not been obtained yet.
|
ServerIdentifiers |
LocalDMREndpoint.getServerIdentifiers() |
| Constructor and Description |
|---|
LocalDMREndpoint(String name,
ServerIdentifiers selfId)
If the caller already knows the local WildFly's identification, it can use this
constructor which takes the known ServerIdentifiers object thus helping this
object avoid having to contact the management endpoint of the local WildFly
to obtain that information.
|
| 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.