com.hazelcast.config
Class SetConfig

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

public class SetConfig
extends CollectionConfig<SetConfig>

Contains the configuration for an ISet.


Field Summary
 
Fields inherited from class com.hazelcast.config.CollectionConfig
DEFAULT_ASYNC_BACKUP_COUNT, DEFAULT_MAX_SIZE, DEFAULT_SYNC_BACKUP_COUNT
 
Constructor Summary
SetConfig()
           
SetConfig(SetConfig config)
           
 
Method Summary
 SetConfigReadOnly 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

SetConfig

public SetConfig()

SetConfig

public SetConfig(SetConfig config)
Method Detail

getAsReadOnly

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


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