Uses of Class
org.apache.activemq.artemis.utils.critical.CriticalComponentImpl
-
Packages that use CriticalComponentImpl Package Description org.apache.activemq.artemis.core.io.buffer org.apache.activemq.artemis.core.persistence.impl.journal org.apache.activemq.artemis.core.server.impl -
-
Uses of CriticalComponentImpl in org.apache.activemq.artemis.core.io.buffer
Subclasses of CriticalComponentImpl in org.apache.activemq.artemis.core.io.buffer Modifier and Type Class Description classTimedBuffer -
Uses of CriticalComponentImpl in org.apache.activemq.artemis.core.persistence.impl.journal
Subclasses of CriticalComponentImpl in org.apache.activemq.artemis.core.persistence.impl.journal 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 CriticalComponentImpl in org.apache.activemq.artemis.core.server.impl
Subclasses of CriticalComponentImpl in org.apache.activemq.artemis.core.server.impl 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
-