Package | Description |
---|---|
org.apache.activemq.artemis.core.journal | |
org.apache.activemq.artemis.core.journal.impl |
Modifier and Type | Method and Description |
---|---|
JournalLoadInformation |
Journal.load(List<RecordInfo> committedRecords,
List<PreparedTransactionInfo> preparedTransactions,
TransactionFailureCallback transactionFailure) |
JournalLoadInformation |
Journal.load(LoaderCallback reloadManager) |
JournalLoadInformation |
Journal.loadInternalOnly()
Load internal data structures and not expose any data.
|
JournalLoadInformation |
Journal.loadSyncOnly(Journal.JournalState state)
Load internal data structures, and remain waiting for synchronization to complete.
|
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.