Uses of Interface
org.apache.activemq.artemis.utils.critical.CriticalComponent
-
-
Uses of CriticalComponent in org.apache.activemq.artemis.core.io.buffer
Classes in org.apache.activemq.artemis.core.io.buffer that implement CriticalComponent Modifier and Type Class Description classTimedBuffer -
Uses of CriticalComponent in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement CriticalComponent Modifier and Type Class Description classAbstractJournalStorageManagerControls access to the journals and other storage files such as the ones used to store pages and large messages.classJDBCJournalStorageManagerclassJournalStorageManager -
Uses of CriticalComponent in org.apache.activemq.artemis.core.server
Subinterfaces of CriticalComponent in org.apache.activemq.artemis.core.server Modifier and Type Interface Description interfaceQueue -
Uses of CriticalComponent in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement CriticalComponent Modifier and Type Class Description classLastValueQueueA queue that will discard messages if a newer message with the sameMessage.HDR_LAST_VALUE_NAMEproperty value.classQueueImplImplementation of a Queue -
Uses of CriticalComponent in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type CriticalComponent Modifier and Type Method Description default voidActiveMQServerCriticalPlugin. criticalFailure(CriticalComponent components)A Critical failure has been detected. -
Uses of CriticalComponent in org.apache.activemq.artemis.core.server.plugin.impl
Methods in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type CriticalComponent Modifier and Type Method Description voidLoggingActiveMQServerPlugin. criticalFailure(CriticalComponent components)A Critical failure has been detected.voidLoggingActiveMQServerPluginLogger_$logger. criticalFailure(CriticalComponent components)voidLoggingActiveMQServerPluginLogger. criticalFailure(CriticalComponent components) -
Uses of CriticalComponent in org.apache.activemq.artemis.utils.critical
Classes in org.apache.activemq.artemis.utils.critical that implement CriticalComponent Modifier and Type Class Description classCriticalComponentImplThis is not abstract as it could be used through aggregations or extensions.Methods in org.apache.activemq.artemis.utils.critical with parameters of type CriticalComponent Modifier and Type Method Description voidCriticalAnalyzer. add(CriticalComponent component)voidCriticalAnalyzerImpl. add(CriticalComponent component)voidEmptyCriticalAnalyzer. add(CriticalComponent component)protected voidCriticalAnalyzerImpl. fireActions(CriticalComponent component)voidCriticalAnalyzer. remove(CriticalComponent component)voidCriticalAnalyzerImpl. remove(CriticalComponent component)voidEmptyCriticalAnalyzer. remove(CriticalComponent component)voidCriticalAction. run(CriticalComponent failedComponent)Constructors in org.apache.activemq.artemis.utils.critical with parameters of type CriticalComponent Constructor Description CriticalMeasure(CriticalComponent component, int id)
-