Package io.github.resilience4j.circularbuffer
-
Interface Summary Interface Description CircularFifoBuffer<T> ACircularFifoBufferis a first in first out buffer with a fixed size that replaces its oldest element if full. -
Class Summary Class Description ConcurrentCircularFifoBuffer<T> Thread safe implementation ofCircularFifoBufferon top ofConcurrentEvictingQueueConcurrentEvictingQueue<E> The purpose of this queue is to store the N most recently inserted elements.