I am trying to use chronicle queue to determine the last index of the current cycle. I will use the start index and the last index to do a final check before deleting the single cq4 for the cycle.
I would like to be able to find the last index of a cycle without iterating through every record. Is this possible?
Or
Is there a way to move the tailer to the next index without actually reading the record, and would it work with rolling over multiple cycles?