| Package | Description |
|---|---|
| org.hornetq.core.config | |
| org.hornetq.core.config.impl | |
| org.hornetq.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 |
|---|---|
void |
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 |
|---|---|
void |
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 |
HornetQMessageBundle.invalidJournalType2(JournalType journalType) |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.