Class JournalRecord
- java.lang.Object
-
- org.apache.activemq.artemis.core.journal.impl.JournalRecord
-
public class JournalRecord extends java.lang.ObjectThis holds the relationship a record has with other files in regard to reference counting. Note: This class used to be called PosFiles Used on the ref-count for reclaiming
-
-
Constructor Summary
Constructors Constructor Description JournalRecord(JournalFile addFile, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Constructor Detail
-
JournalRecord
public JournalRecord(JournalFile addFile, int size)
-
-