Uses of Class
org.apache.activemq.artemis.core.server.JournalType
-
Packages that use JournalType Package Description org.apache.activemq.artemis.core.config org.apache.activemq.artemis.core.config.impl org.apache.activemq.artemis.core.server -
-
Uses of JournalType in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return JournalType Modifier and Type Method Description JournalTypeConfiguration. getJournalType()Returns the type of journal used by this server (NIO,ASYNCIOorMAPPED).Methods in org.apache.activemq.artemis.core.config with parameters of type JournalType Modifier and Type Method Description ConfigurationConfiguration. setJournalType(JournalType type)Sets the type of journal used by this server (eitherNIOorASYNCIO). -
Uses of JournalType in org.apache.activemq.artemis.core.config.impl
Fields in org.apache.activemq.artemis.core.config.impl declared as JournalType Modifier and Type Field Description static JournalTypeConfigurationImpl. DEFAULT_JOURNAL_TYPEJournalTypeConfigurationImpl. journalTypeMethods in org.apache.activemq.artemis.core.config.impl that return JournalType Modifier and Type Method Description JournalTypeConfigurationImpl. getJournalType()Methods in org.apache.activemq.artemis.core.config.impl with parameters of type JournalType Modifier and Type Method Description ConfigurationImplConfigurationImpl. setJournalType(JournalType type) -
Uses of JournalType in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return JournalType Modifier and Type Method Description static JournalTypeJournalType. getType(String type)static JournalTypeJournalType. valueOf(String name)Returns the enum constant of this type with the specified name.static JournalType[]JournalType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.server with parameters of type JournalType Modifier and Type Method Description IllegalArgumentExceptionActiveMQMessageBundle_impl. invalidJournalType2(JournalType journalType)IllegalArgumentExceptionActiveMQMessageBundle. invalidJournalType2(JournalType journalType)
-