Uses of Class
org.apache.activemq.artemis.core.journal.Journal.JournalState
-
Packages that use Journal.JournalState Package Description org.apache.activemq.artemis.core.journal org.apache.activemq.artemis.core.journal.impl -
-
Uses of Journal.JournalState in org.apache.activemq.artemis.core.journal
Methods in org.apache.activemq.artemis.core.journal that return Journal.JournalState Modifier and Type Method Description static Journal.JournalStateJournal.JournalState. valueOf(java.lang.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.Methods in org.apache.activemq.artemis.core.journal with parameters of type Journal.JournalState Modifier and Type Method Description JournalLoadInformationJournal. loadSyncOnly(Journal.JournalState state)Load internal data structures, and remain waiting for synchronization to complete. -
Uses of Journal.JournalState in org.apache.activemq.artemis.core.journal.impl
Methods in org.apache.activemq.artemis.core.journal.impl with parameters of type Journal.JournalState Modifier and Type Method Description JournalLoadInformationFileWrapperJournal. loadSyncOnly(Journal.JournalState state)JournalLoadInformationJournalImpl. loadSyncOnly(Journal.JournalState syncState)
-