Uses of Class
com.hazelcast.config.ListConfig
Packages that use ListConfig
-
Uses of ListConfig in com.hazelcast.config
Methods in com.hazelcast.config that return ListConfigModifier and TypeMethodDescriptionConfig.findListConfig
(String name) Returns a read-onlyIList
configuration for the given name.Config.getListConfig
(String name) Returns the ListConfig 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 ListConfigModifier and TypeMethodDescriptionConfig.getListConfigs()
Returns the map ofIList
configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type ListConfigModifier and TypeMethodDescriptionConfig.addListConfig
(ListConfig listConfig) Adds the list configuration.Method parameters in com.hazelcast.config with type arguments of type ListConfigModifier and TypeMethodDescriptionConfig.setListConfigs
(Map<String, ListConfig> listConfigs) Sets the map ofIList
configurations, mapped by config name.Constructors in com.hazelcast.config with parameters of type ListConfig