All Classes and Interfaces
Class
Description
A
CircularFifoBuffer is a first in first out buffer with a fixed size that replaces its
oldest element if full.Thread safe implementation of
CircularFifoBuffer on top of ConcurrentEvictingQueueThe purpose of this queue is to store the N most recently inserted elements.