Uses of Class
com.hazelcast.config.cp.CPMapConfig
-
Uses of CPMapConfig in com.hazelcast.config.cp
Modifier and TypeMethodDescriptionCPSubsystemConfig.findCPMapConfig
(String name) Returns theCPMapConfig
configuration for the given name.CPMapConfig.setMaxSizeMb
(int maxSizeMb) Sets the maximum capacity of theCPMap
.Sets the name of the configuration.Modifier and TypeMethodDescriptionCPSubsystemConfig.getCpMapConfigs()
Returns the map ofCPMap
configurationsModifier and TypeMethodDescriptionCPSubsystemConfig.addCPMapConfig
(CPMapConfig cpMapConfig) Adds theCPMapConfig
configuration.Modifier and TypeMethodDescriptionCPSubsystemConfig.setCpMapConfigs
(Map<String, CPMapConfig> cpMapConfigs) CPSubsystemConfig.setCPMapConfigs
(Map<String, CPMapConfig> cpMapConfigs) Sets the map ofCPMapConfig
configurations, mapped by config name.