Mark entries as in-flight so enqueue() will not evict them.
void markInFlight(Set<int> seqs) { _reservedSeqs.addAll(seqs); }