| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.journal | |
| org.apache.activemq.artemis.core.journal.impl |
| Modifier and Type | Method and Description |
|---|---|
default JournalLoadInformation |
Journal.load(List<RecordInfo> committedRecords,
List<PreparedTransactionInfo> preparedTransactions,
TransactionFailureCallback transactionFailure) |
JournalLoadInformation |
Journal.load(List<RecordInfo> committedRecords,
List<PreparedTransactionInfo> preparedTransactions,
TransactionFailureCallback transactionFailure,
boolean fixBadTx) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
JournalLoadInformation |
FileWrapperJournal.load(List<RecordInfo> committedRecords,
List<PreparedTransactionInfo> preparedTransactions,
TransactionFailureCallback transactionFailure,
boolean fixbadtx) |
JournalLoadInformation |
JournalImpl.load(List<RecordInfo> committedRecords,
List<PreparedTransactionInfo> preparedTransactions,
TransactionFailureCallback failureCallback,
boolean fixBadTX) |
JournalLoadInformation |
FileWrapperJournal.load(LoaderCallback reloadManager) |
JournalLoadInformation |
JournalImpl.load(LoaderCallback loadManager)
Load data accordingly to the record layouts
|
JournalLoadInformation |
FileWrapperJournal.loadInternalOnly() |
JournalLoadInformation |
JournalImpl.loadInternalOnly() |
JournalLoadInformation |
FileWrapperJournal.loadSyncOnly(Journal.JournalState state) |
JournalLoadInformation |
JournalImpl.loadSyncOnly(Journal.JournalState syncState) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.