Package io.github.resilience4j.circularbuffer
package io.github.resilience4j.circularbuffer
-
ClassDescriptionA
CircularFifoBufferis a first in first out buffer with a fixed size that replaces its oldest element if full.Thread safe implementation ofCircularFifoBufferon top ofConcurrentEvictingQueueThe purpose of this queue is to store the N most recently inserted elements.