See: Description
| Interface | Description | 
|---|---|
| CRDT<T extends CRDT<T>> | 
 Common interface for CRDT (conflict-free replicated data type)
 implementations. 
 | 
| CRDTReplicationAwareService<T> | 
 Represents a service implementing a CRDT that may be replicated and
 migrated to other replicas of the same CRDT. 
 | 
| Class | Description | 
|---|---|
| AbstractCRDTReplicationOperation<T extends IdentifiedDataSerializable> | 
 Base class for CRDT replication operations. 
 | 
| CRDTDataSerializerHook | 
 Serialization constants for all CRDT related objects 
 | 
| CRDTReplicationContainer | 
 A container for a CRDT replication operation. 
 | 
| CRDTReplicationMigrationService | 
 Service that handles replication and migration of CRDT data for all CRDT
 implementations. 
 | 
| Exception | Description | 
|---|---|
| MutationDisallowedException | 
 Exception that indicates that the state found on this replica disallows
 mutation. 
 | 
| TargetNotReplicaException | 
 Exception that indicates that the receiver of a CRDT operation is not
 a CRDT replica. 
 | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.