Uses of Interface
org.redisson.api.RRingBufferAsync
-
Packages that use RRingBufferAsync Package Description org.redisson org.redisson.api -
-
Uses of RRingBufferAsync in org.redisson
Classes in org.redisson that implement RRingBufferAsync Modifier and Type Class Description class
RedissonRingBuffer<V>
-
Uses of RRingBufferAsync in org.redisson.api
Subinterfaces of RRingBufferAsync in org.redisson.api Modifier and Type Interface Description interface
RRingBuffer<V>
RingBuffer based queue evicts elements from the head if queue capacity became full.
-