Uses of Class
com.hazelcast.config.CardinalityEstimatorConfig
-
Uses of CardinalityEstimatorConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.findCardinalityEstimatorConfig
(String name) Returns a read-onlyCardinalityEstimator
configuration for the given name.Config.getCardinalityEstimatorConfig
(String name) Returns the CardinalityEstimatorConfig for the given name, creating one if necessary and adding it to the collection of known configurations.CardinalityEstimatorConfig.setAsyncBackupCount
(int asyncBackupCount) Sets the number of synchronous backups.CardinalityEstimatorConfig.setBackupCount
(int backupCount) Sets the number of synchronous backups.CardinalityEstimatorConfig.setMergePolicyConfig
(MergePolicyConfig mergePolicyConfig) Sets theMergePolicyConfig
for the scheduler.Sets the name of the cardinality estimator.CardinalityEstimatorConfig.setSplitBrainProtectionName
(String splitBrainProtectionName) Sets the split brain protection name for operations.Modifier and TypeMethodDescriptionConfig.getCardinalityEstimatorConfigs()
Returns the map of cardinality estimator configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addCardinalityEstimatorConfig
(CardinalityEstimatorConfig cardinalityEstimatorConfig) Adds the cardinality estimator configuration.Modifier and TypeMethodDescriptionConfig.setCardinalityEstimatorConfigs
(Map<String, CardinalityEstimatorConfig> cardinalityEstimatorConfigs) Sets the map of cardinality estimator configurations, mapped by config name.