Uses of Class
com.hazelcast.config.CRDTReplicationConfig
-
Uses of CRDTReplicationConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.getCRDTReplicationConfig()
CRDTReplicationConfig.setMaxConcurrentReplicationTargets
(int maxConcurrentReplicationTargets) Sets the maximum number of target members that we replicate the CRDT states to in one period.CRDTReplicationConfig.setReplicationPeriodMillis
(int replicationPeriodMillis) Sets the period between two replications of CRDT states in milliseconds.Modifier and TypeMethodDescriptionConfig.setCRDTReplicationConfig
(CRDTReplicationConfig crdtReplicationConfig) Sets the replication configuration forCRDT
implementations.