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 theCPMapConfigconfiguration for the given name.CPMapConfig.setMaxSizeMb(int maxSizeMb) Sets the maximum capacity of theCPMap.Sets the name of the configuration.CPMapConfig.setPurgeEnabled(boolean purgeEnabled) Enables time-based purging of CPMap entries.Methods in com.hazelcast.config.cp that return types with arguments of type CPMapConfigModifier and TypeMethodDescriptionCPSubsystemConfig.getCpMapConfigs()Returns the map ofCPMapconfigurationsMethods in com.hazelcast.config.cp with parameters of type CPMapConfigModifier and TypeMethodDescriptionCPSubsystemConfig.addCPMapConfig(CPMapConfig cpMapConfig) Adds theCPMapConfigconfiguration.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 ofCPMapConfigconfigurations, mapped by config name.Constructors in com.hazelcast.config.cp with parameters of type CPMapConfig