com.hazelcast.config
Class ListConfigReadOnly

java.lang.Object
  extended by com.hazelcast.config.CollectionConfig<ListConfig>
      extended by com.hazelcast.config.ListConfig
          extended by com.hazelcast.config.ListConfigReadOnly

public class ListConfigReadOnly
extends ListConfig

Contains the configuration for an IList (read-only).


Field Summary
 
Fields inherited from class com.hazelcast.config.CollectionConfig
DEFAULT_ASYNC_BACKUP_COUNT, DEFAULT_MAX_SIZE, DEFAULT_SYNC_BACKUP_COUNT
 
Constructor Summary
ListConfigReadOnly(ListConfig config)
           
 
Method Summary
 void addItemListenerConfig(ItemListenerConfig itemListenerConfig)
           
 List<ItemListenerConfig> getItemListenerConfigs()
           
 ListConfig setAsyncBackupCount(int asyncBackupCount)
           
 ListConfig setBackupCount(int backupCount)
           
 ListConfig setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
           
 ListConfig setMaxSize(int maxSize)
           
 ListConfig setName(String name)
           
 ListConfig setStatisticsEnabled(boolean statisticsEnabled)
           
 
Methods inherited from class com.hazelcast.config.ListConfig
getAsReadOnly
 
Methods inherited from class com.hazelcast.config.CollectionConfig
getAsyncBackupCount, getBackupCount, getMaxSize, getName, getTotalBackupCount, isStatisticsEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListConfigReadOnly

public ListConfigReadOnly(ListConfig config)
Method Detail

getItemListenerConfigs

public List<ItemListenerConfig> getItemListenerConfigs()
Overrides:
getItemListenerConfigs in class CollectionConfig<ListConfig>

setName

public ListConfig setName(String name)
Overrides:
setName in class CollectionConfig<ListConfig>

setItemListenerConfigs

public ListConfig setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
Overrides:
setItemListenerConfigs in class CollectionConfig<ListConfig>

setBackupCount

public ListConfig setBackupCount(int backupCount)
Overrides:
setBackupCount in class CollectionConfig<ListConfig>

setAsyncBackupCount

public ListConfig setAsyncBackupCount(int asyncBackupCount)
Overrides:
setAsyncBackupCount in class CollectionConfig<ListConfig>

setMaxSize

public ListConfig setMaxSize(int maxSize)
Overrides:
setMaxSize in class CollectionConfig<ListConfig>

setStatisticsEnabled

public ListConfig setStatisticsEnabled(boolean statisticsEnabled)
Overrides:
setStatisticsEnabled in class CollectionConfig<ListConfig>

addItemListenerConfig

public void addItemListenerConfig(ItemListenerConfig itemListenerConfig)
Overrides:
addItemListenerConfig in class CollectionConfig<ListConfig>


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