the found item or undefined if the index is out of bounds
Returns the number of items that have been read before filtering.
If no filter is set, then the readCount will be equal to {@link #size}. But if a filter is applied, it could be that items are read, but are filtered out. So if you are trying to make another read based on the ReadResultSet then you should increment the sequence by readCount and not by size. Otherwise you will be re-reading the same filtered messages.
the number of items read (including the filtered ones).
Return the sequence number for the item at the given index. The method throws if there are no sequences available. This can happen when the cluster version is lower than 3.9.
the sequence number for the ringbuffer item undefined if the index is out of bounds.
Returns the result set size.
the result set size
Generated using TypeDoc
Gets the item at the given index.