Uses of Class
com.hazelcast.config.ListConfig

Packages that use ListConfig
com.hazelcast.collection.list This package contains IList functionality for Hazelcast.
 
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of ListConfig in com.hazelcast.collection.list
 

Methods in com.hazelcast.collection.list that return ListConfig
 ListConfig ListContainer.getConfig()
           
 

Uses of ListConfig in com.hazelcast.config
 

Subclasses of ListConfig in com.hazelcast.config
 class ListConfigReadOnly
          Contains the configuration for an IList (read-only).
 

Methods in com.hazelcast.config that return ListConfig
 ListConfig Config.findListConfig(String name)
           
 ListConfig ListConfig.getAsReadOnly()
           
 ListConfig Config.getListConfig(String name)
           
 ListConfig ListConfigReadOnly.setAsyncBackupCount(int asyncBackupCount)
           
 ListConfig ListConfigReadOnly.setBackupCount(int backupCount)
           
 ListConfig ListConfigReadOnly.setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
           
 ListConfig ListConfigReadOnly.setMaxSize(int maxSize)
           
 ListConfig ListConfigReadOnly.setName(String name)
           
 ListConfig ListConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
           
 

Methods in com.hazelcast.config that return types with arguments of type ListConfig
 Map<String,ListConfig> Config.getListConfigs()
           
 

Methods in com.hazelcast.config with parameters of type ListConfig
 Config Config.addListConfig(ListConfig listConfig)
           
 

Method parameters in com.hazelcast.config with type arguments of type ListConfig
 Config Config.setListConfigs(Map<String,ListConfig> listConfigs)
           
 

Constructors in com.hazelcast.config with parameters of type ListConfig
ListConfig(ListConfig config)
           
ListConfigReadOnly(ListConfig config)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.