Uses of Class
com.hazelcast.config.CardinalityEstimatorConfig
Packages that use CardinalityEstimatorConfig
-
Uses of CardinalityEstimatorConfig in com.hazelcast.config
Methods in com.hazelcast.config that return CardinalityEstimatorConfigModifier 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.Methods in com.hazelcast.config that return types with arguments of type CardinalityEstimatorConfigModifier and TypeMethodDescriptionConfig.getCardinalityEstimatorConfigs()
Returns the map of cardinality estimator configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type CardinalityEstimatorConfigModifier and TypeMethodDescriptionConfig.addCardinalityEstimatorConfig
(CardinalityEstimatorConfig cardinalityEstimatorConfig) Adds the cardinality estimator configuration.Method parameters in com.hazelcast.config with type arguments of type CardinalityEstimatorConfigModifier and TypeMethodDescriptionConfig.setCardinalityEstimatorConfigs
(Map<String, CardinalityEstimatorConfig> cardinalityEstimatorConfigs) Sets the map of cardinality estimator configurations, mapped by config name.Constructors in com.hazelcast.config with parameters of type CardinalityEstimatorConfig