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.cp.internal |
Contains implementation of the CP subsystem
|
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 |
RaftService
Contains
RaftNode instances that run the Raft consensus algorithm
for the created CP groups. |
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 © 2021 Hazelcast, Inc.. All Rights Reserved.