| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CardinalityEstimatorConfig | 
Config.findCardinalityEstimatorConfig(String name)
Returns a read-only  
CardinalityEstimator
 configuration for the given name. | 
CardinalityEstimatorConfig | 
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 | 
CardinalityEstimatorConfig.setAsyncBackupCount(int asyncBackupCount)
Sets the number of synchronous backups. 
 | 
CardinalityEstimatorConfig | 
CardinalityEstimatorConfig.setBackupCount(int backupCount)
Sets the number of synchronous backups. 
 | 
CardinalityEstimatorConfig | 
CardinalityEstimatorConfig.setMergePolicyConfig(MergePolicyConfig mergePolicyConfig)
Sets the  
MergePolicyConfig for the scheduler. | 
CardinalityEstimatorConfig | 
CardinalityEstimatorConfig.setName(String name)
Sets the name of the cardinality estimator. 
 | 
CardinalityEstimatorConfig | 
CardinalityEstimatorConfig.setSplitBrainProtectionName(String splitBrainProtectionName)
Sets the split brain protection name for operations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,CardinalityEstimatorConfig> | 
Config.getCardinalityEstimatorConfigs()
Returns the map of cardinality estimator configurations, mapped by config
 name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.addCardinalityEstimatorConfig(CardinalityEstimatorConfig cardinalityEstimatorConfig)
Adds the cardinality estimator configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.setCardinalityEstimatorConfigs(Map<String,CardinalityEstimatorConfig> cardinalityEstimatorConfigs)
Sets the map of cardinality estimator configurations, mapped by config name. 
 | 
| Constructor and Description | 
|---|
CardinalityEstimatorConfig(CardinalityEstimatorConfig config)  | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.