Uses of Enum Class
com.hazelcast.ringbuffer.OverflowPolicy
Packages that use OverflowPolicy
-
Uses of OverflowPolicy in com.hazelcast.ringbuffer
Methods in com.hazelcast.ringbuffer that return OverflowPolicyModifier 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.Methods in com.hazelcast.ringbuffer with parameters of type OverflowPolicyModifier 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
.