Uses of Interface
com.hazelcast.core.IAtomicReference

Packages that use IAtomicReference
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.jmx Contains Hazelcast MBean classes. 
 

Uses of IAtomicReference in com.hazelcast.client
 

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

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.jmx
 

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



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