Uses of Class
com.hazelcast.config.SetConfig
Packages that use SetConfig
-
Uses of SetConfig in com.hazelcast.config
Methods in com.hazelcast.config that return SetConfigModifier 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.Methods in com.hazelcast.config that return types with arguments of type SetConfigModifier and TypeMethodDescriptionConfig.getSetConfigs()
Returns the map ofISet
configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type SetConfigModifier and TypeMethodDescriptionConfig.addSetConfig
(SetConfig setConfig) Adds the set configuration.Method parameters in com.hazelcast.config with type arguments of type SetConfigModifier and TypeMethodDescriptionConfig.setSetConfigs
(Map<String, SetConfig> setConfigs) Sets the map ofISet
configurations, mapped by config name.Constructors in com.hazelcast.config with parameters of type SetConfig