Package com.hazelcast.crdt
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
- 
ExceptionsClassDescriptionException that indicates that the state found on this replica disallows mutation.Exception that indicates that the receiver of a CRDT operation is not a CRDT replica.