Uses of Enum Class
org.apache.activemq.artemis.core.journal.Journal.JournalState
Packages that use Journal.JournalState
Package
Description
-
Uses of Journal.JournalState in org.apache.activemq.artemis.core.journal
Subclasses with type arguments of type Journal.JournalState in org.apache.activemq.artemis.core.journalMethods in org.apache.activemq.artemis.core.journal that return Journal.JournalStateModifier and TypeMethodDescriptionstatic Journal.JournalStateReturns the enum constant of this class with the specified name.static Journal.JournalState[]Journal.JournalState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.journal with parameters of type Journal.JournalStateModifier and TypeMethodDescriptionJournal.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.JournalStateModifier and TypeMethodDescriptionFileWrapperJournal.loadSyncOnly(Journal.JournalState state) JournalImpl.loadSyncOnly(Journal.JournalState syncState)