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 Details

    • JournalRecord

      public JournalRecord(JournalFile addFile, int size)
  • Method Details