Uses of Interface
org.apache.activemq.artemis.core.journal.LoaderCallback
-
-
Uses of LoaderCallback in org.apache.activemq.artemis.core.journal
Methods in org.apache.activemq.artemis.core.journal with parameters of type LoaderCallback Modifier and Type Method Description JournalLoadInformationJournal. load(LoaderCallback reloadManager) -
Uses of LoaderCallback in org.apache.activemq.artemis.core.journal.impl
Methods in org.apache.activemq.artemis.core.journal.impl with parameters of type LoaderCallback Modifier and Type Method Description JournalLoadInformationFileWrapperJournal. load(LoaderCallback reloadManager)JournalLoadInformationJournalImpl. load(LoaderCallback loadManager)Load data accordingly to the record layouts -
Uses of LoaderCallback in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type LoaderCallback Modifier and Type Method Description JournalLoadInformationReplicatedJournal. load(LoaderCallback reloadManager) -
Uses of LoaderCallback in org.apache.activemq.artemis.jdbc.store.journal
Methods in org.apache.activemq.artemis.jdbc.store.journal with parameters of type LoaderCallback Modifier and Type Method Description JournalLoadInformationJDBCJournalImpl. load(LoaderCallback reloadManager)
-