Package com.hazelcast.crdt

This package contains the common classes for CRDT (conflict-free replicated data type) implementations based on the Hazelcast infrastructure.
Since:
3.10
  • Exception Summary 
    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.