Package com.hazelcast.ringbuffer

Contains the API for the Ringbuffer.

See:
          Description

Interface Summary
ReadResultSet<E> The result of a Ringbuffer.readManyAsync(long, int, int, com.hazelcast.core.IFunction) operation.
Ringbuffer<E> A Ringbuffer is a data-structure where the content is stored in a ring like structure.
 

Enum Summary
OverflowPolicy Using 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.
 

Exception Summary
StaleSequenceException An RuntimeException that is thrown when accessing an item in the Ringbuffer using a sequence that is smaller than the current head sequence.
 

Package com.hazelcast.ringbuffer Description

Contains the API for the Ringbuffer.



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.