public class CacheSimpleConfigReadOnly extends CacheSimpleConfig
DEFAULT_BACKUP_COUNT, DEFAULT_EVICTION_POLICY, DEFAULT_IN_MEMORY_FORMAT, MAX_BACKUP_COUNT, MIN_BACKUP_COUNT
Constructor and Description |
---|
CacheSimpleConfigReadOnly(CacheSimpleConfig cacheSimpleConfig) |
getAsReadOnly, getAsyncBackupCount, getBackupCount, getCacheLoaderFactory, getCacheWriterFactory, getExpiryPolicyFactory, getInMemoryFormat, getKeyType, getName, getValueType, isManagementEnabled, isReadThrough, isStatisticsEnabled, isWriteThrough
public CacheSimpleConfigReadOnly(CacheSimpleConfig cacheSimpleConfig)
public CacheEvictionConfig getEvictionConfig()
getEvictionConfig
in class CacheSimpleConfig
public CacheSimpleConfig setAsyncBackupCount(int asyncBackupCount)
setAsyncBackupCount
in class CacheSimpleConfig
public CacheSimpleConfig setBackupCount(int backupCount)
setBackupCount
in class CacheSimpleConfig
public List<CacheSimpleEntryListenerConfig> getCacheEntryListeners()
getCacheEntryListeners
in class CacheSimpleConfig
public CacheSimpleConfig setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)
setCacheEntryListeners
in class CacheSimpleConfig
public CacheSimpleConfig setCacheLoaderFactory(String cacheLoaderFactory)
setCacheLoaderFactory
in class CacheSimpleConfig
public CacheSimpleConfig setCacheWriterFactory(String cacheWriterFactory)
setCacheWriterFactory
in class CacheSimpleConfig
public CacheSimpleConfig setEvictionConfig(CacheEvictionConfig evictionConfig)
setEvictionConfig
in class CacheSimpleConfig
public CacheSimpleConfig setExpiryPolicyFactory(String expiryPolicyFactory)
setExpiryPolicyFactory
in class CacheSimpleConfig
public CacheSimpleConfig setInMemoryFormat(InMemoryFormat inMemoryFormat)
setInMemoryFormat
in class CacheSimpleConfig
public CacheSimpleConfig setKeyType(String keyType)
setKeyType
in class CacheSimpleConfig
public CacheSimpleConfig setManagementEnabled(boolean managementEnabled)
setManagementEnabled
in class CacheSimpleConfig
public CacheSimpleConfig setName(String name)
setName
in class CacheSimpleConfig
public CacheSimpleConfig setReadThrough(boolean readThrough)
setReadThrough
in class CacheSimpleConfig
public CacheSimpleConfig setStatisticsEnabled(boolean statisticsEnabled)
setStatisticsEnabled
in class CacheSimpleConfig
public CacheSimpleConfig setValueType(String valueType)
setValueType
in class CacheSimpleConfig
public CacheSimpleConfig setWriteThrough(boolean writeThrough)
setWriteThrough
in class CacheSimpleConfig
public CacheSimpleConfig addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
addEntryListenerConfig
in class CacheSimpleConfig
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.