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) |
Modifier and Type | Method and Description |
---|---|
JournalLoadInformation |
ReplicatedJournal.loadSyncOnly(Journal.JournalState state) |
Modifier and Type | Method and Description |
---|---|
JournalLoadInformation |
JDBCJournalImpl.loadSyncOnly(Journal.JournalState state) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.