public final class DescribeJournal extends Object
Meant to be used in debugging.
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeJournal.MessageDescribe |
static class |
DescribeJournal.ReferenceDescribe |
| Constructor and Description |
|---|
DescribeJournal(List<org.apache.activemq.artemis.core.journal.RecordInfo> records,
List<org.apache.activemq.artemis.core.journal.PreparedTransactionInfo> preparedTransactions) |
| Modifier and Type | Method and Description |
|---|---|
static void |
describeBindingsJournal(File bindingsDir) |
static DescribeJournal |
describeMessagesJournal(File messagesDir) |
List<org.apache.activemq.artemis.core.journal.PreparedTransactionInfo> |
getPreparedTransactions() |
List<org.apache.activemq.artemis.core.journal.RecordInfo> |
getRecords() |
protected static PageSubscriptionCounterImpl |
lookupCounter(Map<Long,PageSubscriptionCounterImpl> counters,
long queueIDForCounter) |
static Object |
newObjectEncoding(org.apache.activemq.artemis.core.journal.RecordInfo info) |
static Object |
newObjectEncoding(org.apache.activemq.artemis.core.journal.RecordInfo info,
JournalStorageManager storageManager) |
protected static void |
printCounters(PrintStream out,
Map<Long,PageSubscriptionCounterImpl> counters) |
public List<org.apache.activemq.artemis.core.journal.RecordInfo> getRecords()
public List<org.apache.activemq.artemis.core.journal.PreparedTransactionInfo> getPreparedTransactions()
public static void describeBindingsJournal(File bindingsDir) throws Exception
Exceptionpublic static DescribeJournal describeMessagesJournal(File messagesDir) throws Exception
Exceptionprotected static void printCounters(PrintStream out, Map<Long,PageSubscriptionCounterImpl> counters)
protected static PageSubscriptionCounterImpl lookupCounter(Map<Long,PageSubscriptionCounterImpl> counters, long queueIDForCounter)
public static Object newObjectEncoding(org.apache.activemq.artemis.core.journal.RecordInfo info)
public static Object newObjectEncoding(org.apache.activemq.artemis.core.journal.RecordInfo info, JournalStorageManager storageManager)
Copyright © 2023 The Apache Software Foundation. All rights reserved.