Uses of Class
com.hazelcast.config.PNCounterConfig
Packages that use PNCounterConfig
-
Uses of PNCounterConfig in com.hazelcast.config
Methods in com.hazelcast.config that return PNCounterConfigModifier and TypeMethodDescriptionConfig.findPNCounterConfig
(String name) Returns a read-onlyPNCounterConfig
configuration for the given name.Config.getPNCounterConfig
(String name) Returns thePNCounterConfig
for the given name, creating one if necessary and adding it to the collection of known configurations.Sets the name of the PN counter.PNCounterConfig.setReplicaCount
(int replicaCount) Sets the number of replicas on which state for this PN counter will be kept.PNCounterConfig.setSplitBrainProtectionName
(String splitBrainProtectionName) Sets the split brain protection name for operations.PNCounterConfig.setStatisticsEnabled
(boolean statisticsEnabled) Enables or disables statistics for this PN counterMethods in com.hazelcast.config that return types with arguments of type PNCounterConfigModifier and TypeMethodDescriptionConfig.getPNCounterConfigs()
Returns the map of PN counter configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type PNCounterConfigModifier and TypeMethodDescriptionConfig.addPNCounterConfig
(PNCounterConfig pnCounterConfig) Adds the PN counter configuration.Method parameters in com.hazelcast.config with type arguments of type PNCounterConfigModifier and TypeMethodDescriptionConfig.setPNCounterConfigs
(Map<String, PNCounterConfig> pnCounterConfigs) Sets the map of PN counter configurations, mapped by config name.Constructors in com.hazelcast.config with parameters of type PNCounterConfig