| Package | Description | 
|---|---|
| com.hazelcast.crdt | 
 This package contains CRDT (conflict-free replicated data type)
 implementations based on the Hazelcast infrastructure. 
 | 
| com.hazelcast.crdt.pncounter | 
 This package contains the PN (Positive-Negative) CRDT counter
 implementation. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CRDT<T extends CRDT<T>>
Common interface for CRDT (conflict-free replicated data type)
 implementations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PNCounterImpl
PN (Positive-Negative) CRDT counter where each replica is identified by
 a String. 
 | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.