| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| CRDTReplicationConfig | Config. getCRDTReplicationConfig() | 
| CRDTReplicationConfig | CRDTReplicationConfig. setMaxConcurrentReplicationTargets(int maxConcurrentReplicationTargets)Sets the maximum number of target members that we replicate the CRDT states
 to in one period. | 
| CRDTReplicationConfig | CRDTReplicationConfig. setReplicationPeriodMillis(int replicationPeriodMillis)Sets the period between two replications of CRDT states in milliseconds. | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. setCRDTReplicationConfig(CRDTReplicationConfig crdtReplicationConfig)Sets the replication configuration for  CRDTimplementations. | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.