Uses of Enum Class
org.apache.activemq.artemis.core.server.JournalType
Packages that use JournalType
Package
Description
-
Uses of JournalType in org.apache.activemq.artemis.cli.commands.util
Methods in org.apache.activemq.artemis.cli.commands.util with parameters of type JournalTypeModifier and TypeMethodDescriptionstatic longSyncCalculation.syncTest(File datafolder, int blockSize, int blocks, int tries, boolean verbose, boolean fsync, boolean syncWrites, String fileName, int maxAIO, JournalType journalType, ActionContext context) It will performtrieswrite tests ofblockSize * blocksbytes and returning the lowest elapsed time to perform a try -
Uses of JournalType in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return JournalTypeModifier and TypeMethodDescriptionConfiguration.getJournalType()Returns the type of journal used by this server (NIO,ASYNCIOorMAPPED); default isASYNCIO.Methods in org.apache.activemq.artemis.core.config with parameters of type JournalTypeModifier and TypeMethodDescriptionConfiguration.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 JournalTypeModifier and TypeFieldDescriptionstatic final JournalTypeConfigurationImpl.DEFAULT_JOURNAL_TYPEConfigurationImpl.journalTypeMethods in org.apache.activemq.artemis.core.config.impl that return JournalTypeMethods in org.apache.activemq.artemis.core.config.impl with parameters of type JournalType -
Uses of JournalType in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return JournalTypeModifier and TypeMethodDescriptionstatic JournalTypestatic JournalTypeReturns the enum constant of this class with the specified name.static JournalType[]JournalType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.server with parameters of type JournalTypeModifier and TypeMethodDescriptionActiveMQMessageBundle_impl.invalidJournalType2(JournalType journalType) ActiveMQMessageBundle.invalidJournalType2(JournalType journalType)