| 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.cp |
Contains public APIs of the CP subsystem
|
| com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
| com.hazelcast.cp.internal.datastructures.atomicref.proxy |
Contains
IAtomicReference functionality
based on the Raft algorithm. |
| com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
| com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
| 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 or returns a cluster-wide atomic reference.
|
| Modifier and Type | Method and Description |
|---|---|
<E> IAtomicReference<E> |
CPSubsystem.getAtomicReference(String name)
Returns a proxy for an
IAtomicReference instance created on
the CP subsystem. |
| Modifier and Type | Method and Description |
|---|---|
<E> IAtomicReference<E> |
CPSubsystemImpl.getAtomicReference(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
RaftAtomicRefProxy<T>
Server-side Raft-based proxy implementation of
IAtomicReference |
| Modifier and Type | Method and Description |
|---|---|
<E> IAtomicReference<E> |
HazelcastInstanceImpl.getAtomicReference(String name) |
<E> IAtomicReference<E> |
HazelcastInstanceProxy.getAtomicReference(String name) |
| Constructor and Description |
|---|
AtomicReferenceMBean(IAtomicReference managedObject,
ManagementService service) |
Copyright © 2019. All Rights Reserved.