Package | Description |
---|---|
com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
com.hazelcast.cp.internal.session |
Contains service classes
for the Raft-based
ISemaphore implementation |
com.hazelcast.crdt |
This package contains CRDT (conflict-free replicated data type)
implementations based on the Hazelcast infrastructure.
|
com.hazelcast.internal.partition |
Contains the internals for partition assignment/management, migration, replication etc.
|
com.hazelcast.internal.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
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 |
ProxySessionManagerService
Server-side implementation of Raft proxy session manager
|
Modifier and Type | Class and Description |
---|---|
class |
CRDTReplicationMigrationService
Service that handles replication and migration of CRDT data for all CRDT
implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalPartitionService |
Modifier and Type | Class and Description |
---|---|
class |
InternalPartitionServiceImpl
The
InternalPartitionService implementation. |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.