Uses of Package
com.hazelcast.ringbuffer

Packages that use com.hazelcast.ringbuffer
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jca This package contains jca functionality 
com.hazelcast.ringbuffer Contains the API for the Ringbuffer
com.hazelcast.ringbuffer.impl Contains the Ringbuffer implementation classes. 
com.hazelcast.ringbuffer.impl.operations   
 

Classes in com.hazelcast.ringbuffer used by com.hazelcast.client.impl
Ringbuffer
          A Ringbuffer is a data-structure where the content is stored in a ring like structure.
 

Classes in com.hazelcast.ringbuffer used by com.hazelcast.core
Ringbuffer
          A Ringbuffer is a data-structure where the content is stored in a ring like structure.
 

Classes in com.hazelcast.ringbuffer used by com.hazelcast.instance
Ringbuffer
          A Ringbuffer is a data-structure where the content is stored in a ring like structure.
 

Classes in com.hazelcast.ringbuffer used by com.hazelcast.jca
Ringbuffer
          A Ringbuffer is a data-structure where the content is stored in a ring like structure.
 

Classes in com.hazelcast.ringbuffer used by com.hazelcast.ringbuffer
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.
ReadResultSet
          The result of a Ringbuffer.readManyAsync(long, int, int, com.hazelcast.core.IFunction) operation.
 

Classes in com.hazelcast.ringbuffer used by com.hazelcast.ringbuffer.impl
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.
ReadResultSet
          The result of a Ringbuffer.readManyAsync(long, int, int, com.hazelcast.core.IFunction) operation.
Ringbuffer
          A Ringbuffer is a data-structure where the content is stored in a ring like structure.
 

Classes in com.hazelcast.ringbuffer used by com.hazelcast.ringbuffer.impl.operations
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.
 



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