All Classes
| Class | Description |
|---|---|
| CircularFifoBuffer<T> |
A
CircularFifoBuffer is a first in first out buffer with a fixed size that replaces its
oldest element if full. |
| ConcurrentCircularFifoBuffer<T> |
Thread safe implementation of
CircularFifoBuffer on top of ConcurrentEvictingQueue |
| ConcurrentEvictingQueue<E> |
The purpose of this queue is to store the N most recently inserted elements.
|