|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
HazelcastClientProxy.getAtomicReference(String name)
|
|
|
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 | ||
|---|---|---|
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||