Class DayRecord

java.lang.Object
org.bonitasoft.engine.tracking.memory.DayRecord

public class DayRecord extends Object
Author:
Charles Souillard
  • Constructor Details

    • DayRecord

      public DayRecord(long timestamp, int maxSize)
  • Method Details

    • getDayKey

      public String getDayKey()
    • getRecordsCopy

      public List<Record> getRecordsCopy()
    • isExpectedDayKey

      public boolean isExpectedDayKey(long timestamp)
    • addRecords

      public void addRecords(List<Record> newRecords)
    • toString

      public String toString()
      Overrides:
      toString in class Object