Class JournalLoadInformation


  • public class JournalLoadInformation
    extends Object
    This is a POJO containing information about the journal during load time.
    • Constructor Detail

      • JournalLoadInformation

        public JournalLoadInformation()
      • JournalLoadInformation

        public JournalLoadInformation​(int numberOfRecords,
                                      long maxID)
        Parameters:
        numberOfRecords -
        maxID -
    • Method Detail

      • getNumberOfRecords

        public int getNumberOfRecords()
        Returns:
        the numberOfRecords
      • setNumberOfRecords

        public void setNumberOfRecords​(int numberOfRecords)
        Parameters:
        numberOfRecords - the numberOfRecords to set
      • getMaxID

        public long getMaxID()
        Returns:
        the maxID
      • setMaxID

        public void setMaxID​(long maxID)
        Parameters:
        maxID - the maxID to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object