com.hazelcast.config
Class SetConfigReadOnly

java.lang.Object
  extended by com.hazelcast.config.CollectionConfig<SetConfig>
      extended by com.hazelcast.config.SetConfig
          extended by com.hazelcast.config.SetConfigReadOnly

public class SetConfigReadOnly
extends SetConfig


Field Summary
 
Fields inherited from class com.hazelcast.config.CollectionConfig
DEFAULT_ASYNC_BACKUP_COUNT, DEFAULT_MAX_SIZE, DEFAULT_SYNC_BACKUP_COUNT
 
Constructor Summary
SetConfigReadOnly(SetConfig config)
           
 
Method Summary
 void addItemListenerConfig(ItemListenerConfig itemListenerConfig)
           
 List<ItemListenerConfig> getItemListenerConfigs()
           
 SetConfig setAsyncBackupCount(int asyncBackupCount)
           
 SetConfig setBackupCount(int backupCount)
           
 SetConfig setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
           
 SetConfig setMaxSize(int maxSize)
           
 SetConfig setName(String name)
           
 SetConfig setStatisticsEnabled(boolean statisticsEnabled)
           
 
Methods inherited from class com.hazelcast.config.SetConfig
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

SetConfigReadOnly

public SetConfigReadOnly(SetConfig config)
Method Detail

getItemListenerConfigs

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

setName

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

setItemListenerConfigs

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

setBackupCount

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

setAsyncBackupCount

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

setMaxSize

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

setStatisticsEnabled

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

addItemListenerConfig

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


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