com.hazelcast.config
Class CacheSimpleConfigReadOnly
java.lang.Object
com.hazelcast.config.CacheSimpleConfig
com.hazelcast.config.CacheSimpleConfigReadOnly
public class CacheSimpleConfigReadOnly
- extends CacheSimpleConfig
Readonly version of CacheSimpleConfig
Methods inherited from class com.hazelcast.config.CacheSimpleConfig |
getAsReadOnly, getAsyncBackupCount, getBackupCount, getCacheLoaderFactory, getCacheWriterFactory, getExpiryPolicyFactory, getInMemoryFormat, getKeyType, getName, getValueType, isManagementEnabled, isReadThrough, isStatisticsEnabled, isWriteThrough |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheSimpleConfigReadOnly
public CacheSimpleConfigReadOnly(CacheSimpleConfig cacheSimpleConfig)
getEvictionConfig
public CacheEvictionConfig getEvictionConfig()
- Overrides:
getEvictionConfig
in class CacheSimpleConfig
setAsyncBackupCount
public CacheSimpleConfig setAsyncBackupCount(int asyncBackupCount)
- Overrides:
setAsyncBackupCount
in class CacheSimpleConfig
setBackupCount
public CacheSimpleConfig setBackupCount(int backupCount)
- Overrides:
setBackupCount
in class CacheSimpleConfig
getCacheEntryListeners
public List<CacheSimpleEntryListenerConfig> getCacheEntryListeners()
- Overrides:
getCacheEntryListeners
in class CacheSimpleConfig
setCacheEntryListeners
public CacheSimpleConfig setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)
- Overrides:
setCacheEntryListeners
in class CacheSimpleConfig
setCacheLoaderFactory
public CacheSimpleConfig setCacheLoaderFactory(String cacheLoaderFactory)
- Overrides:
setCacheLoaderFactory
in class CacheSimpleConfig
setCacheWriterFactory
public CacheSimpleConfig setCacheWriterFactory(String cacheWriterFactory)
- Overrides:
setCacheWriterFactory
in class CacheSimpleConfig
setEvictionConfig
public CacheSimpleConfig setEvictionConfig(CacheEvictionConfig evictionConfig)
- Overrides:
setEvictionConfig
in class CacheSimpleConfig
setExpiryPolicyFactory
public CacheSimpleConfig setExpiryPolicyFactory(String expiryPolicyFactory)
- Overrides:
setExpiryPolicyFactory
in class CacheSimpleConfig
setInMemoryFormat
public CacheSimpleConfig setInMemoryFormat(InMemoryFormat inMemoryFormat)
- Overrides:
setInMemoryFormat
in class CacheSimpleConfig
setKeyType
public CacheSimpleConfig setKeyType(String keyType)
- Overrides:
setKeyType
in class CacheSimpleConfig
setManagementEnabled
public CacheSimpleConfig setManagementEnabled(boolean managementEnabled)
- Overrides:
setManagementEnabled
in class CacheSimpleConfig
setName
public CacheSimpleConfig setName(String name)
- Overrides:
setName
in class CacheSimpleConfig
setReadThrough
public CacheSimpleConfig setReadThrough(boolean readThrough)
- Overrides:
setReadThrough
in class CacheSimpleConfig
setStatisticsEnabled
public CacheSimpleConfig setStatisticsEnabled(boolean statisticsEnabled)
- Overrides:
setStatisticsEnabled
in class CacheSimpleConfig
setValueType
public CacheSimpleConfig setValueType(String valueType)
- Overrides:
setValueType
in class CacheSimpleConfig
setWriteThrough
public CacheSimpleConfig setWriteThrough(boolean writeThrough)
- Overrides:
setWriteThrough
in class CacheSimpleConfig
addEntryListenerConfig
public CacheSimpleConfig addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
- Overrides:
addEntryListenerConfig
in class CacheSimpleConfig
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.