Uses of Class
org.apache.activemq.artemis.utils.critical.CriticalAnalyzerPolicy
-
-
Uses of CriticalAnalyzerPolicy in org.apache.activemq.artemis.api.config
Fields in org.apache.activemq.artemis.api.config declared as CriticalAnalyzerPolicy Modifier and Type Field Description static CriticalAnalyzerPolicyActiveMQDefaultConfiguration. DEFAULT_ANALYZE_CRITICAL_POLICYMethods in org.apache.activemq.artemis.api.config that return CriticalAnalyzerPolicy Modifier and Type Method Description static CriticalAnalyzerPolicyActiveMQDefaultConfiguration. getCriticalAnalyzerPolicy() -
Uses of CriticalAnalyzerPolicy in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return CriticalAnalyzerPolicy Modifier and Type Method Description CriticalAnalyzerPolicyConfiguration. getCriticalAnalyzerPolicy()Methods in org.apache.activemq.artemis.core.config with parameters of type CriticalAnalyzerPolicy Modifier and Type Method Description ConfigurationConfiguration. setCriticalAnalyzerPolicy(CriticalAnalyzerPolicy policy) -
Uses of CriticalAnalyzerPolicy in org.apache.activemq.artemis.core.config.impl
Methods in org.apache.activemq.artemis.core.config.impl that return CriticalAnalyzerPolicy Modifier and Type Method Description CriticalAnalyzerPolicyConfigurationImpl. getCriticalAnalyzerPolicy()Methods in org.apache.activemq.artemis.core.config.impl with parameters of type CriticalAnalyzerPolicy Modifier and Type Method Description ConfigurationConfigurationImpl. setCriticalAnalyzerPolicy(CriticalAnalyzerPolicy policy) -
Uses of CriticalAnalyzerPolicy in org.apache.activemq.artemis.utils.critical
Methods in org.apache.activemq.artemis.utils.critical that return CriticalAnalyzerPolicy Modifier and Type Method Description static CriticalAnalyzerPolicyCriticalAnalyzerPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static CriticalAnalyzerPolicy[]CriticalAnalyzerPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-