Class MetricsConfiguration
java.lang.Object
org.apache.activemq.artemis.core.config.MetricsConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.artemis.core.server.metrics.ActiveMQMetricsPluginbooleanbooleanbooleanisJvmGc()booleanbooleanbooleanbooleanbooleanbooleanbooleanisUptime()setExecutorServices(boolean executorServices) setFileDescriptors(boolean fileDescriptors) setJvmGc(boolean jvmGc) setJvmMemory(boolean jvmMemory) setJvmThread(boolean jvmThread) setLogging(boolean logging) setNettyPool(boolean nettyPool) setPlugin(org.apache.activemq.artemis.core.server.metrics.ActiveMQMetricsPlugin plugin) setProcessor(boolean processor) setSecurityCaches(boolean securityCaches) setUptime(boolean uptime)
-
Constructor Details
-
MetricsConfiguration
public MetricsConfiguration()
-
-
Method Details
-
isJvmMemory
public boolean isJvmMemory() -
setJvmMemory
-
isJvmGc
public boolean isJvmGc() -
setJvmGc
-
isJvmThread
public boolean isJvmThread() -
setJvmThread
-
isNettyPool
public boolean isNettyPool() -
setNettyPool
-
isFileDescriptors
public boolean isFileDescriptors() -
setFileDescriptors
-
isProcessor
public boolean isProcessor() -
setProcessor
-
isUptime
public boolean isUptime() -
setUptime
-
isLogging
public boolean isLogging() -
setLogging
-
getPlugin
public org.apache.activemq.artemis.core.server.metrics.ActiveMQMetricsPlugin getPlugin() -
setPlugin
public MetricsConfiguration setPlugin(org.apache.activemq.artemis.core.server.metrics.ActiveMQMetricsPlugin plugin) -
isSecurityCaches
public boolean isSecurityCaches() -
setSecurityCaches
-
isExecutorServices
public boolean isExecutorServices() -
setExecutorServices
-