MaxTime returns the highest timestamp seen in data of the head.
()
| 1835 | |
| 1836 | // MaxTime returns the highest timestamp seen in data of the head. |
| 1837 | func (h *Head) MaxTime() int64 { |
| 1838 | return h.maxTime.Load() |
| 1839 | } |
| 1840 | |
| 1841 | // MinOOOTime returns the lowest time bound on visible data in the out of order |
| 1842 | // head. |