public class DayRecord
extends java.lang.Object
| Constructor and Description |
|---|
DayRecord(long timestamp,
int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecords(java.util.List<Record> newRecords) |
java.lang.String |
getDayKey() |
java.util.List<Record> |
getRecordsCopy() |
boolean |
isExpectedDayKey(long timestamp) |
java.lang.String |
toString() |
public java.lang.String getDayKey()
public java.util.List<Record> getRecordsCopy()
public boolean isExpectedDayKey(long timestamp)
public void addRecords(java.util.List<Record> newRecords)
public java.lang.String toString()
toString in class java.lang.Object