All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addAvailToBeChecked(DMREndpoint endpoint,
DMRAvailInstance availToBeCollected) |
void |
addAvailToBeChecked(JMXEndpoint endpoint,
JMXAvailInstance availToBeCollected) |
void |
addAvailToBeChecked(PlatformEndpoint endpoint,
PlatformAvailInstance availToBeCollected) |
void |
addMetricToBeCollected(DMREndpoint endpoint,
DMRMetricInstance metricToBeCollected) |
void |
addMetricToBeCollected(JMXEndpoint endpoint,
JMXMetricInstance metricToBeCollected) |
void |
addMetricToBeCollected(PlatformEndpoint endpoint,
PlatformMetricInstance metricToBeCollected) |
int |
getAvailDispatcherBufferSize() |
int |
getAvailDispatcherMaxBatchSize() |
int |
getAvailSchedulerThreads() |
MonitorServiceConfiguration.Diagnostics |
getDiagnosticsConfig() |
Map<DMREndpoint,List<DMRAvailInstance>> |
getDMRAvailsToBeChecked() |
Map<DMREndpoint,List<DMRMetricInstance>> |
getDMRMetricsToBeCollected() |
Map<JMXEndpoint,List<JMXAvailInstance>> |
getJMXAvailsToBeChecked() |
Map<JMXEndpoint,List<JMXMetricInstance>> |
getJMXMetricsToBeCollected() |
int |
getMetricDispatcherBufferSize() |
int |
getMetricDispatcherMaxBatchSize() |
int |
getMetricSchedulerThreads() |
Map<PlatformEndpoint,List<PlatformAvailInstance>> |
getPlatformAvailsToBeChecked() |
Map<PlatformEndpoint,List<PlatformMetricInstance>> |
getPlatformMetricsToBeCollected() |
MonitorServiceConfiguration.StorageAdapter |
getStorageAdapterConfig() |
void |
setAvailDispatcherBufferSize(int availDispatcherBufferSize) |
void |
setAvailDispatcherMaxBatchSize(int availDispatcherMaxBatchSize) |
void |
setAvailSchedulerThreads(int schedulerThreads) |
void |
setDiagnosticsConfig(MonitorServiceConfiguration.Diagnostics config) |
void |
setMetricDispatcherBufferSize(int metricDispatcherBufferSize) |
void |
setMetricDispatcherMaxBatchSize(int metricDispatcherMaxBatchSize) |
void |
setMetricSchedulerThreads(int schedulerThreads) |
void |
setStorageAdapterConfig(MonitorServiceConfiguration.StorageAdapter config) |