com.hazelcast.config
Class ListConfig

java.lang.Object
  extended by com.hazelcast.config.CollectionConfig<ListConfig>
      extended by com.hazelcast.config.ListConfig
Direct Known Subclasses:
ListConfigReadOnly

public class ListConfig
extends CollectionConfig<ListConfig>

Contains the configuration for an IList.


Field Summary
 
Fields inherited from class com.hazelcast.config.CollectionConfig
DEFAULT_ASYNC_BACKUP_COUNT, DEFAULT_MAX_SIZE, DEFAULT_SYNC_BACKUP_COUNT
 
Constructor Summary
ListConfig()
           
ListConfig(ListConfig config)
           
 
Method Summary
 ListConfig getAsReadOnly()
           
 
Methods inherited from class com.hazelcast.config.CollectionConfig
addItemListenerConfig, getAsyncBackupCount, getBackupCount, getItemListenerConfigs, getMaxSize, getName, getTotalBackupCount, isStatisticsEnabled, setAsyncBackupCount, setBackupCount, setItemListenerConfigs, setMaxSize, setName, setStatisticsEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListConfig

public ListConfig()

ListConfig

public ListConfig(ListConfig config)
Method Detail

getAsReadOnly

public ListConfig getAsReadOnly()
Specified by:
getAsReadOnly in class CollectionConfig<ListConfig>


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