Uses of Package
com.hazelcast.ringbuffer
-
ClassDescriptionA Ringbuffer is a data structure where the content is stored in a ring-like structure.
-
ClassDescriptionUsing this policy one can control the behavior what should to be done when an item is about to be added to the ringbuffer, but there is
0
remaining capacity.The result of aRingbuffer.readManyAsync(long, int, int, com.hazelcast.core.IFunction)
operation.AnRuntimeException
that is thrown when accessing an item in theRingbuffer
using a sequence that is smaller than the current head sequence and that the ringbuffer store is disabled.