Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
Modifier and Type | Method and Description |
---|---|
<E> IAtomicReference<E> |
HazelcastClientProxy.getAtomicReference(String name) |
<E> IAtomicReference<E> |
HazelcastClient.getAtomicReference(String name) |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncAtomicReference<E>
A
IAtomicReference that exposes its operations using a ICompletableFuture
so it can be used in the reactive programming model approach. |
Modifier and Type | Method and Description |
---|---|
<E> IAtomicReference<E> |
HazelcastInstance.getAtomicReference(String name)
Creates cluster-wide atomic reference.
|
Constructor and Description |
---|
AtomicReferenceMBean(IAtomicReference managedObject,
ManagementService service) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.