| Package | Description |
|---|---|
| com.hazelcast.concurrent.atomiclong |
This package contains IAtomicLong functionality for Hazelcast.
The IAtomicLong is the distributed version of the AtomicLong. |
| com.hazelcast.concurrent.atomicreference |
This package contains IAtomicReferece functionality for Hazelcast.
The IAtomicReference is the distributed version of the AtomicReference. |
| com.hazelcast.concurrent.countdownlatch |
This package contains ICountDownLatch functionality for Hazelcast.
The ICountDownLatch is the distributed version of the CountDownLatch. |
| com.hazelcast.concurrent.idgen |
This package contains IdGenerator functionality for Hazelcast.
|
| com.hazelcast.concurrent.lock | |
| com.hazelcast.concurrent.semaphore |
This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore. |
| com.hazelcast.crdt |
This package contains CRDT (conflict-free replicated data type)
implementations based on the Hazelcast infrastructure.
|
| com.hazelcast.crdt.pncounter |
This package contains the PN (Positive-Negative) CRDT counter
implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicLongService |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicReferenceService |
| Modifier and Type | Class and Description |
|---|---|
class |
CountDownLatchService |
| Modifier and Type | Class and Description |
|---|---|
class |
IdGeneratorService |
| Modifier and Type | Class and Description |
|---|---|
class |
LockServiceImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SemaphoreService |
| Modifier and Type | Class and Description |
|---|---|
class |
CRDTReplicationMigrationService
Service that handles replication and migration of CRDT data for all CRDT
implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PNCounterService
Service responsible for
PNCounter proxies and replication operation. |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.