Uses of Class
com.hazelcast.config.ListConfig
-
Uses of ListConfig in com.hazelcast.config
Modifier 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.Modifier and TypeMethodDescriptionConfig.getListConfigs()
Returns the map ofIList
configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addListConfig
(ListConfig listConfig) Adds the list configuration.Modifier and TypeMethodDescriptionConfig.setListConfigs
(Map<String, ListConfig> listConfigs) Sets the map ofIList
configurations, mapped by config name.