Package | Description |
---|---|
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 |
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 © 2018 Hazelcast, Inc.. All Rights Reserved.