Class JournalRecord
- java.lang.Object
-
- org.apache.activemq.artemis.core.journal.impl.JournalRecord
-
public class JournalRecord extends Object
This 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)
-
-
-
Constructor Detail
-
JournalRecord
public JournalRecord(JournalFile addFile, int size)
-
-