Uses of Class
com.hazelcast.config.cp.CPMapConfig
Packages that use CPMapConfig
-
Uses of CPMapConfig in com.hazelcast.config.cp
Methods in com.hazelcast.config.cp that return CPMapConfigModifier 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.Methods in com.hazelcast.config.cp that return types with arguments of type CPMapConfigModifier and TypeMethodDescriptionCPSubsystemConfig.getCpMapConfigs()
Returns the map ofCPMap
configurationsMethods in com.hazelcast.config.cp with parameters of type CPMapConfigModifier and TypeMethodDescriptionCPSubsystemConfig.addCPMapConfig
(CPMapConfig cpMapConfig) Adds theCPMapConfig
configuration.Method parameters in com.hazelcast.config.cp with type arguments of type CPMapConfigModifier and TypeMethodDescriptionCPSubsystemConfig.setCpMapConfigs
(Map<String, CPMapConfig> cpMapConfigs) CPSubsystemConfig.setCPMapConfigs
(Map<String, CPMapConfig> cpMapConfigs) Sets the map ofCPMapConfig
configurations, mapped by config name.Constructors in com.hazelcast.config.cp with parameters of type CPMapConfig