Uses of Class
com.hazelcast.config.CacheSimpleConfig

Packages that use CacheSimpleConfig
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of CacheSimpleConfig in com.hazelcast.cache.impl
 

Methods in com.hazelcast.cache.impl that return CacheSimpleConfig
 CacheSimpleConfig AbstractCacheService.findCacheConfig(String simpleName)
           
 CacheSimpleConfig ICacheService.findCacheConfig(String simpleName)
           
 

Uses of CacheSimpleConfig in com.hazelcast.config
 

Subclasses of CacheSimpleConfig in com.hazelcast.config
 class CacheSimpleConfigReadOnly
          Readonly version of CacheSimpleConfig
 

Methods in com.hazelcast.config that return CacheSimpleConfig
 CacheSimpleConfig CacheSimpleConfigReadOnly.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
           
 CacheSimpleConfig CacheSimpleConfig.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
           
 CacheSimpleConfig Config.findCacheConfig(String name)
           
 CacheSimpleConfig CacheSimpleConfig.getAsReadOnly()
           
 CacheSimpleConfig Config.getCacheConfig(String name)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setAsyncBackupCount(int asyncBackupCount)
           
 CacheSimpleConfig CacheSimpleConfig.setAsyncBackupCount(int asyncBackupCount)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setBackupCount(int backupCount)
           
 CacheSimpleConfig CacheSimpleConfig.setBackupCount(int backupCount)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)
           
 CacheSimpleConfig CacheSimpleConfig.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setCacheLoaderFactory(String cacheLoaderFactory)
           
 CacheSimpleConfig CacheSimpleConfig.setCacheLoaderFactory(String cacheLoaderFactory)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setCacheWriterFactory(String cacheWriterFactory)
           
 CacheSimpleConfig CacheSimpleConfig.setCacheWriterFactory(String cacheWriterFactory)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setEvictionConfig(CacheEvictionConfig evictionConfig)
           
 CacheSimpleConfig CacheSimpleConfig.setEvictionConfig(CacheEvictionConfig evictionConfig)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setExpiryPolicyFactory(String expiryPolicyFactory)
           
 CacheSimpleConfig CacheSimpleConfig.setExpiryPolicyFactory(String expiryPolicyFactory)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 CacheSimpleConfig CacheSimpleConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setKeyType(String keyType)
           
 CacheSimpleConfig CacheSimpleConfig.setKeyType(String keyType)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setManagementEnabled(boolean managementEnabled)
           
 CacheSimpleConfig CacheSimpleConfig.setManagementEnabled(boolean managementEnabled)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setName(String name)
           
 CacheSimpleConfig CacheSimpleConfig.setName(String name)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setReadThrough(boolean readThrough)
           
 CacheSimpleConfig CacheSimpleConfig.setReadThrough(boolean readThrough)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
           
 CacheSimpleConfig CacheSimpleConfig.setStatisticsEnabled(boolean statisticsEnabled)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setValueType(String valueType)
           
 CacheSimpleConfig CacheSimpleConfig.setValueType(String valueType)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setWriteThrough(boolean writeThrough)
           
 CacheSimpleConfig CacheSimpleConfig.setWriteThrough(boolean writeThrough)
           
 

Methods in com.hazelcast.config that return types with arguments of type CacheSimpleConfig
 Map<String,CacheSimpleConfig> Config.getCacheConfigs()
           
 

Methods in com.hazelcast.config with parameters of type CacheSimpleConfig
 Config Config.addCacheConfig(CacheSimpleConfig cacheConfig)
           
 

Method parameters in com.hazelcast.config with type arguments of type CacheSimpleConfig
 Config Config.setCacheConfigs(Map<String,CacheSimpleConfig> cacheConfigs)
           
 

Constructors in com.hazelcast.config with parameters of type CacheSimpleConfig
CacheConfig(CacheSimpleConfig simpleConfig)
           
CacheSimpleConfig(CacheSimpleConfig cacheSimpleConfig)
           
CacheSimpleConfigReadOnly(CacheSimpleConfig cacheSimpleConfig)
           
 



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