| Package | Description | 
|---|---|
| com.hazelcast.client.impl | 
 Implementation classes of the com.hazelcast.client interfaces 
 | 
| 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.quorum.impl | 
 Contains cluster quorum implementation classes. 
 | 
| com.hazelcast.scheduledexecutor.impl | |
| com.hazelcast.transaction.impl | 
 Provides implementation for Hazelcast transaction support. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientEngineImpl
Class that requests, listeners from client handled in node side. 
 | 
| 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  | 
QuorumServiceImpl
Service containing logic for cluster quorum. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DistributedScheduledExecutorService
Scheduled executor service, middle-man responsible for managing Scheduled Executor containers. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TransactionManagerServiceImpl  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.