Uses of Interface
org.redisson.api.RRingBufferAsync
Packages that use RRingBufferAsync
-
Uses of RRingBufferAsync in org.redisson
Classes in org.redisson that implement RRingBufferAsync -
Uses of RRingBufferAsync in org.redisson.api
Subinterfaces of RRingBufferAsync in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRRingBuffer<V>RingBuffer based queue evicts elements from the head if queue capacity became full.