Uses of Class
com.hazelcast.config.SetConfig
-
Uses of SetConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.findSetConfig
(String name) Returns a read-onlyISet
configuration for the given name.Config.getSetConfig
(String name) Returns the SetConfig for the given name, creating one if necessary and adding it to the collection of known configurations.Modifier and TypeMethodDescriptionConfig.getSetConfigs()
Returns the map ofISet
configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addSetConfig
(SetConfig setConfig) Adds the set configuration.Modifier and TypeMethodDescriptionConfig.setSetConfigs
(Map<String, SetConfig> setConfigs) Sets the map ofISet
configurations, mapped by config name.