Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
Modifier and Type | Method and Description |
---|---|
CRDTReplicationConfig |
ClientDynamicClusterConfig.getCRDTReplicationConfig() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setCRDTReplicationConfig(CRDTReplicationConfig crdtReplicationConfig) |
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
CRDT
implementations. |
Modifier and Type | Method and Description |
---|---|
CRDTReplicationConfig |
DynamicConfigurationAwareConfig.getCRDTReplicationConfig() |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setCRDTReplicationConfig(CRDTReplicationConfig crdtReplicationConfig) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.