Package | Description |
---|---|
org.hornetq.core.journal | |
org.hornetq.core.journal.impl |
Modifier and Type | Method and Description |
---|---|
static Journal.JournalState |
Journal.JournalState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Journal.JournalState[] |
Journal.JournalState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JournalLoadInformation |
Journal.loadSyncOnly(Journal.JournalState state)
Load internal data structures, and remain waiting for synchronization to complete.
|
Modifier and Type | Method and Description |
---|---|
JournalLoadInformation |
FileWrapperJournal.loadSyncOnly(Journal.JournalState state) |
JournalLoadInformation |
JournalImpl.loadSyncOnly(Journal.JournalState syncState) |
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.