Uses of Interface
com.hazelcast.ringbuffer.Ringbuffer

Packages that use 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.impl Contains the Ringbuffer implementation classes. 
 

Uses of Ringbuffer in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return Ringbuffer
<E> Ringbuffer<E>
HazelcastClientInstanceImpl.getRingbuffer(String name)
           
<E> Ringbuffer<E>
HazelcastClientProxy.getRingbuffer(String name)
           
 

Uses of Ringbuffer in com.hazelcast.core
 

Methods in com.hazelcast.core that return Ringbuffer
<E> Ringbuffer<E>
HazelcastInstance.getRingbuffer(String name)
          Returns the distributed Ringbuffer instance with the specified name.
 

Uses of Ringbuffer in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return Ringbuffer
<E> Ringbuffer<E>
HazelcastInstanceImpl.getRingbuffer(String name)
           
<E> Ringbuffer<E>
HazelcastInstanceProxy.getRingbuffer(String name)
           
 

Uses of Ringbuffer in com.hazelcast.jca
 

Methods in com.hazelcast.jca that return Ringbuffer
<E> Ringbuffer<E>
HazelcastConnectionImpl.getRingbuffer(String name)
           
 

Uses of Ringbuffer in com.hazelcast.ringbuffer.impl
 

Classes in com.hazelcast.ringbuffer.impl that implement Ringbuffer
 class RingbufferProxy<E>
          The serverside proxy to access a Ringbuffer.
 



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