| 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.pncounter |
This package contains the PN (Positive-Negative) CRDT counter
implementation.
|
| com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicLongProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicReferenceProxy<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
CountDownLatchProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
IdGeneratorProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
LockProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
SemaphoreProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
PNCounterProxy
Member proxy implementation for a
PNCounter. |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalDistributedObject<S extends RemoteService>
To centralize de-serialization for transactional proxies
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.