Uses of Class
org.apache.activemq.artemis.core.journal.Journal.JournalState
-
-
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(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) -
Uses of Journal.JournalState in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type Journal.JournalState Modifier and Type Method Description JournalLoadInformationReplicatedJournal. loadSyncOnly(Journal.JournalState state) -
Uses of Journal.JournalState in org.apache.activemq.artemis.jdbc.store.journal
Methods in org.apache.activemq.artemis.jdbc.store.journal with parameters of type Journal.JournalState Modifier and Type Method Description JournalLoadInformationJDBCJournalImpl. loadSyncOnly(Journal.JournalState state)
-