| Package | Description | 
|---|---|
| com.hazelcast.collection.impl.list | This package contains IList functionality for Hazelcast. | 
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListConfig | ListContainer. getConfig() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ListConfigReadOnlyContains the configuration for an  IList(read-only). | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,ListConfig> | Config. getListConfigs() | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. addListConfig(ListConfig listConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. setListConfigs(Map<String,ListConfig> listConfigs) | 
| Constructor and Description | 
|---|
| ListConfig(ListConfig config) | 
| ListConfigReadOnly(ListConfig config) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.