Uses of Enum Class
com.hazelcast.ringbuffer.OverflowPolicy
-
Uses of OverflowPolicy in com.hazelcast.ringbuffer
Modifier and TypeMethodDescriptionstatic OverflowPolicy
OverflowPolicy.getById
(int id) Returns the OverflowPolicy for the given ID.static OverflowPolicy
Returns the enum constant of this class with the specified name.static OverflowPolicy[]
OverflowPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionRingbuffer.addAllAsync
(Collection<? extends E> collection, OverflowPolicy overflowPolicy) Adds all the items of a collection to the tail of the Ringbuffer.Ringbuffer.addAsync
(E item, OverflowPolicy overflowPolicy) Asynchronously writes an item with a configurableOverflowPolicy
.