Package | Description |
---|---|
org.apache.activemq.artemis.core.config | |
org.apache.activemq.artemis.core.config.impl | |
org.apache.activemq.artemis.core.server |
Modifier and Type | Method and Description |
---|---|
JournalType |
Configuration.getJournalType()
Returns the type of journal used by this server (either
NIO or ASYNCIO ). |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setJournalType(JournalType type)
Sets the type of journal used by this server (either
NIO or ASYNCIO ). |
Modifier and Type | Field and Description |
---|---|
static JournalType |
ConfigurationImpl.DEFAULT_JOURNAL_TYPE |
JournalType |
ConfigurationImpl.journalType |
Modifier and Type | Method and Description |
---|---|
JournalType |
ConfigurationImpl.getJournalType() |
Modifier and Type | Method and Description |
---|---|
ConfigurationImpl |
ConfigurationImpl.setJournalType(JournalType type) |
Modifier and Type | Method and Description |
---|---|
static JournalType |
JournalType.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.
|
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
ActiveMQMessageBundle_$bundle.invalidJournalType2(JournalType journalType) |
IllegalArgumentException |
ActiveMQMessageBundle.invalidJournalType2(JournalType journalType) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.