Uses of Class
com.hazelcast.config.PNCounterConfig
-
Uses of PNCounterConfig in com.hazelcast.config
Modifier 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 counterModifier and TypeMethodDescriptionConfig.getPNCounterConfigs()
Returns the map of PN counter configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addPNCounterConfig
(PNCounterConfig pnCounterConfig) Adds the PN counter configuration.Modifier and TypeMethodDescriptionConfig.setPNCounterConfigs
(Map<String, PNCounterConfig> pnCounterConfigs) Sets the map of PN counter configurations, mapped by config name.