Uses of Interface
com.hazelcast.core.IAtomicReference

Packages that use IAtomicReference
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.client.proxy This package contains client side proxy implementations of the different Hazelcast data structures and operation types 
com.hazelcast.concurrent.atomicreference This package contains IAtomicReferece functionality for Hazelcast.
The IAtomicReference is the distributed version of the AtomicReference
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.jmx Contains Hazelcast management bean classes. 
 

Uses of IAtomicReference in com.hazelcast.client.impl
 

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

Uses of IAtomicReference in com.hazelcast.client.proxy
 

Classes in com.hazelcast.client.proxy that implement IAtomicReference
 class ClientAtomicReferenceProxy<E>
           
 

Uses of IAtomicReference in com.hazelcast.concurrent.atomicreference
 

Classes in com.hazelcast.concurrent.atomicreference that implement IAtomicReference
 class AtomicReferenceProxy<E>
           
 

Uses of IAtomicReference in com.hazelcast.core
 

Subinterfaces of IAtomicReference in com.hazelcast.core
 interface AsyncAtomicReference<E>
          A IAtomicReference that exposes its operations using a ICompletableFuture so it can be used in the reactive programming model approach.
 

Methods in com.hazelcast.core that return IAtomicReference
<E> IAtomicReference<E>
HazelcastInstance.getAtomicReference(String name)
          Creates cluster-wide atomic reference.
 

Uses of IAtomicReference in com.hazelcast.instance
 

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

Uses of IAtomicReference in com.hazelcast.jca
 

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

Uses of IAtomicReference in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type IAtomicReference
AtomicReferenceMBean(IAtomicReference managedObject, ManagementService service)
           
 



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