public class MonitorServiceConfiguration extends Object
MonitorServiceConfigurationBuilder.| Modifier and Type | Class and Description |
|---|---|
static class |
MonitorServiceConfiguration.Diagnostics |
static class |
MonitorServiceConfiguration.DiagnosticsReportTo |
static class |
MonitorServiceConfiguration.StorageAdapter |
static class |
MonitorServiceConfiguration.StorageReportTo |
| Modifier and Type | Field and Description |
|---|---|
String |
apiJndi |
int |
availDispatcherBufferSize |
int |
availDispatcherMaxBatchSize |
MonitorServiceConfiguration.Diagnostics |
diagnostics |
Map<Name,ManagedServer> |
managedServersMap |
int |
metricDispatcherBufferSize |
int |
metricDispatcherMaxBatchSize |
int |
numAvailSchedulerThreads |
int |
numDmrSchedulerThreads |
int |
numMetricSchedulerThreads |
MonitorServiceConfiguration.StorageAdapter |
storageAdapter |
boolean |
subsystemEnabled |
| 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 |
|---|---|
TypeSets<DMRResourceType,DMRMetricType,DMRAvailType> |
getDmrTypeSets() |
TypeSets<JMXResourceType,JMXMetricType,JMXAvailType> |
getJmxTypeSets() |
TypeSets<PlatformResourceType,PlatformMetricType,PlatformAvailType> |
getPlatformTypeSets() |
public final boolean subsystemEnabled
public final String apiJndi
public final int numMetricSchedulerThreads
public final int numAvailSchedulerThreads
public final int numDmrSchedulerThreads
public final int metricDispatcherBufferSize
public final int metricDispatcherMaxBatchSize
public final int availDispatcherBufferSize
public final int availDispatcherMaxBatchSize
public final MonitorServiceConfiguration.StorageAdapter storageAdapter
public final MonitorServiceConfiguration.Diagnostics diagnostics
public final Map<Name,ManagedServer> managedServersMap
public 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)
public TypeSets<DMRResourceType,DMRMetricType,DMRAvailType> getDmrTypeSets()
public TypeSets<JMXResourceType,JMXMetricType,JMXAvailType> getJmxTypeSets()
public TypeSets<PlatformResourceType,PlatformMetricType,PlatformAvailType> getPlatformTypeSets()
Copyright © 2015 Red Hat, Inc.. All rights reserved.