com.hazelcast.config
Class SetConfig
java.lang.Object
  
com.hazelcast.config.CollectionConfig<SetConfig>
      
com.hazelcast.config.SetConfig
- Direct Known Subclasses: 
 - SetConfigReadOnly
 
public class SetConfig
- extends CollectionConfig<SetConfig>
 
Contains the configuration for an ISet.
 
 
 
 
| 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 | 
 
SetConfig
public SetConfig()
SetConfig
public SetConfig(SetConfig config)
getAsReadOnly
public SetConfigReadOnly getAsReadOnly()
- Specified by:
 getAsReadOnly in class CollectionConfig<SetConfig>
 
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.