| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicReferenceProxy<E> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncAtomicReference<E>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<E> IAtomicReference<E> |
HazelcastInstance.getAtomicReference(String name)
Creates cluster-wide atomic reference.
|
| Modifier and Type | Method and Description |
|---|---|
<E> IAtomicReference<E> |
HazelcastInstanceProxy.getAtomicReference(String name) |
<E> IAtomicReference<E> |
HazelcastInstanceImpl.getAtomicReference(String name) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.