|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheConfig | |
---|---|
com.hazelcast.cache.impl | Hazelcast JSR-107 aka JCache implementation |
com.hazelcast.cache.impl.client | Hazelcast JSR-107 aka JCache implementation Client Requests |
com.hazelcast.cache.impl.operation | Hazelcast JSR-107 aka JCache implementation |
com.hazelcast.client.cache.impl | Hazelcast JSR-107 aka JCache implementation client side |
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
Uses of CacheConfig in com.hazelcast.cache.impl |
---|
Fields in com.hazelcast.cache.impl declared as CacheConfig | |
---|---|
protected CacheConfig |
AbstractCacheRecordStore.cacheConfig
|
Fields in com.hazelcast.cache.impl with type parameters of type CacheConfig | |
---|---|
protected ConcurrentMap<String,CacheConfig> |
AbstractCacheService.configs
|
Methods in com.hazelcast.cache.impl that return CacheConfig | ||
---|---|---|
protected
|
AbstractHazelcastCacheManager.createCacheConfig(String cacheName,
C configuration)
|
|
CacheConfig |
AbstractCacheService.createCacheConfigIfAbsent(CacheConfig config)
|
|
CacheConfig |
ICacheService.createCacheConfigIfAbsent(CacheConfig config)
|
|
protected abstract
|
AbstractHazelcastCacheManager.createConfig(String cacheName,
CacheConfig<K,V> config,
boolean createAlsoOnOthers,
boolean syncCreate)
|
|
protected
|
HazelcastServerCacheManager.createConfig(String cacheName,
CacheConfig<K,V> config,
boolean createAlsoOnOthers,
boolean syncCreate)
|
|
protected abstract
|
AbstractHazelcastCacheManager.createConfigOnPartition(CacheConfig<K,V> cacheConfig)
|
|
protected
|
HazelcastServerCacheManager.createConfigOnPartition(CacheConfig<K,V> cacheConfig)
|
|
CacheConfig |
AbstractCacheService.deleteCacheConfig(String name)
|
|
CacheConfig |
ICacheService.deleteCacheConfig(String name)
|
|
protected abstract
|
AbstractHazelcastCacheManager.findConfig(String cacheName,
String simpleCacheName,
boolean createAlsoOnOthers,
boolean syncCreate)
|
|
protected
|
HazelcastServerCacheManager.findConfig(String cacheName,
String simpleCacheName,
boolean createAlsoOnOthers,
boolean syncCreate)
|
|
CacheConfig |
AbstractCacheService.getCacheConfig(String name)
|
|
CacheConfig |
ICacheService.getCacheConfig(String name)
|
|
protected
|
AbstractCacheService.getCacheConfigFromPartition(String cacheNameWithPrefix,
String cacheName)
|
|
protected abstract
|
AbstractHazelcastCacheManager.getCacheConfigFromPartition(String cacheName,
String simpleCacheName)
|
|
protected
|
HazelcastServerCacheManager.getCacheConfigFromPartition(String cacheNameWithPrefix,
String cacheName)
|
|
protected abstract
|
AbstractHazelcastCacheManager.getCacheConfigLocal(String cacheName)
|
|
protected
|
HazelcastServerCacheManager.getCacheConfigLocal(String cacheName)
|
|
CacheConfig |
ICacheRecordStore.getConfig()
Gets the configuration of the cache that this store belongs to. |
|
CacheConfig |
AbstractCacheRecordStore.getConfig()
|
Methods in com.hazelcast.cache.impl that return types with arguments of type CacheConfig | |
---|---|
Collection<CacheConfig> |
AbstractCacheService.getCacheConfigs()
|
Collection<CacheConfig> |
ICacheService.getCacheConfigs()
|
Collection<CacheConfig> |
CachePartitionSegment.getCacheConfigs()
|
Methods in com.hazelcast.cache.impl with parameters of type CacheConfig | ||
---|---|---|
protected abstract
|
AbstractHazelcastCacheManager.addCacheConfigIfAbsent(CacheConfig<K,V> cacheConfig)
|
|
protected
|
HazelcastServerCacheManager.addCacheConfigIfAbsent(CacheConfig<K,V> cacheConfig)
|
|
CacheConfig |
AbstractCacheService.createCacheConfigIfAbsent(CacheConfig config)
|
|
CacheConfig |
ICacheService.createCacheConfigIfAbsent(CacheConfig config)
|
|
protected abstract
|
AbstractHazelcastCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
|
|
protected
|
HazelcastServerCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
|
|
protected abstract
|
AbstractHazelcastCacheManager.createConfig(String cacheName,
CacheConfig<K,V> config,
boolean createAlsoOnOthers,
boolean syncCreate)
|
|
protected
|
HazelcastServerCacheManager.createConfig(String cacheName,
CacheConfig<K,V> config,
boolean createAlsoOnOthers,
boolean syncCreate)
|
|
protected abstract
|
AbstractHazelcastCacheManager.createConfigOnPartition(CacheConfig<K,V> cacheConfig)
|
|
protected
|
HazelcastServerCacheManager.createConfigOnPartition(CacheConfig<K,V> cacheConfig)
|
|
protected
|
AbstractHazelcastCacheManager.registerListeners(CacheConfig<K,V> cacheConfig,
ICache<K,V> source)
|
|
void |
AbstractCacheService.setManagementEnabled(CacheConfig cacheConfig,
String cacheNameWithPrefix,
boolean enabled)
|
|
void |
ICacheService.setManagementEnabled(CacheConfig cacheConfig,
String cacheNameWithPrefix,
boolean enabled)
|
|
void |
AbstractCacheService.setStatisticsEnabled(CacheConfig cacheConfig,
String cacheNameWithPrefix,
boolean enabled)
|
|
void |
ICacheService.setStatisticsEnabled(CacheConfig cacheConfig,
String cacheNameWithPrefix,
boolean enabled)
|
|
static
|
CacheProxyUtil.validateConfiguredTypes(CacheConfig cacheConfig,
K key)
Validates that the configured key matches the provided key. |
|
static
|
CacheProxyUtil.validateConfiguredTypes(CacheConfig cacheConfig,
K key,
V value)
Validates the configured key and value types matches the provided key, value types. |
|
static
|
CacheProxyUtil.validateConfiguredTypes(CacheConfig cacheConfig,
K key,
V value1,
V value2)
Validates the configured key and value types matches the provided key, value types. |
Constructors in com.hazelcast.cache.impl with parameters of type CacheConfig | |
---|---|
CacheMXBeanImpl(CacheConfig cacheConfig)
|
|
CacheProxy(CacheConfig cacheConfig,
NodeEngine nodeEngine,
ICacheService cacheService,
HazelcastServerCacheManager cacheManager)
|
Uses of CacheConfig in com.hazelcast.cache.impl.client |
---|
Constructors in com.hazelcast.cache.impl.client with parameters of type CacheConfig | |
---|---|
CacheCreateConfigRequest(CacheConfig cacheConfig,
boolean createAlsoOnOthers,
int partitionId)
|
Uses of CacheConfig in com.hazelcast.cache.impl.operation |
---|
Fields in com.hazelcast.cache.impl.operation with type parameters of type CacheConfig | |
---|---|
protected List<CacheConfig> |
CacheReplicationOperation.configs
|
Constructors in com.hazelcast.cache.impl.operation with parameters of type CacheConfig | |
---|---|
CacheCreateConfigOperation(CacheConfig config)
|
|
CacheCreateConfigOperation(CacheConfig config,
boolean createAlsoOnOthers)
|
Uses of CacheConfig in com.hazelcast.client.cache.impl |
---|
Methods in com.hazelcast.client.cache.impl that return CacheConfig | ||
---|---|---|
protected
|
HazelcastClientCacheManager.createConfig(String cacheName,
CacheConfig<K,V> config,
boolean createAlsoOnOthers,
boolean syncCreate)
|
|
protected
|
HazelcastClientCacheManager.createConfigOnPartition(CacheConfig<K,V> cacheConfig)
|
|
protected
|
HazelcastClientCacheManager.findConfig(String cacheName,
String simpleCacheName,
boolean createAlsoOnOthers,
boolean syncCreate)
|
|
protected
|
HazelcastClientCacheManager.getCacheConfigFromPartition(String cacheName,
String simpleCacheName)
|
|
protected
|
HazelcastClientCacheManager.getCacheConfigLocal(String cacheName)
|
Methods in com.hazelcast.client.cache.impl with parameters of type CacheConfig | ||
---|---|---|
protected
|
HazelcastClientCacheManager.addCacheConfigIfAbsent(CacheConfig<K,V> cacheConfig)
|
|
protected
|
HazelcastClientCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
|
|
protected
|
HazelcastClientCacheManager.createConfig(String cacheName,
CacheConfig<K,V> config,
boolean createAlsoOnOthers,
boolean syncCreate)
|
|
protected
|
HazelcastClientCacheManager.createConfigOnPartition(CacheConfig<K,V> cacheConfig)
|
Constructors in com.hazelcast.client.cache.impl with parameters of type CacheConfig | |
---|---|
ClientCacheProxy(CacheConfig<K,V> cacheConfig,
ClientContext clientContext,
HazelcastClientCacheManager cacheManager)
|
Uses of CacheConfig in com.hazelcast.config |
---|
Subclasses of CacheConfig in com.hazelcast.config | |
---|---|
class |
CacheConfigReadOnly<K,V>
Contains the configuration for an ICache (read-only). |
Methods in com.hazelcast.config that return CacheConfig | |
---|---|
CacheConfig<K,V> |
CacheConfigReadOnly.addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
|
CacheConfig<K,V> |
CacheConfigReadOnly.removeCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
|
CacheConfig<K,V> |
CacheConfigReadOnly.setAsyncBackupCount(int asyncBackupCount)
|
CacheConfig<K,V> |
CacheConfig.setAsyncBackupCount(int asyncBackupCount)
Sets the number of asynchronous backups of cache config. |
CacheConfig<K,V> |
CacheConfigReadOnly.setBackupCount(int backupCount)
|
CacheConfig<K,V> |
CacheConfig.setBackupCount(int backupCount)
Sets the number of synchronous backups. |
CacheConfig<K,V> |
CacheConfigReadOnly.setEvictionConfig(CacheEvictionConfig evictionConfig)
|
CacheConfig |
CacheConfig.setEvictionConfig(CacheEvictionConfig evictionConfig)
Sets the CacheEvictionConfig instance for eviction configuration of the cache config. |
CacheConfig<K,V> |
CacheConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat)
|
CacheConfig<K,V> |
CacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Data type that will be used for storing records. |
CacheConfig<K,V> |
CacheConfigReadOnly.setManagementEnabled(boolean enabled)
|
CacheConfig<K,V> |
CacheConfigReadOnly.setManagerPrefix(String managerPrefix)
|
CacheConfig<K,V> |
CacheConfig.setManagerPrefix(String managerPrefix)
Sets the manager prefix of the cache config. |
CacheConfig<K,V> |
CacheConfigReadOnly.setName(String name)
|
CacheConfig<K,V> |
CacheConfig.setName(String name)
Sets the name of the cache. |
CacheConfig |
CacheConfigReadOnly.setNearCacheConfig(NearCacheConfig nearCacheConfig)
|
CacheConfig |
CacheConfig.setNearCacheConfig(NearCacheConfig nearCacheConfig)
Sets the NearCacheConfig of the cache config instance. |
CacheConfig<K,V> |
CacheConfigReadOnly.setStoreByValue(boolean storeByValue)
|
CacheConfig<K,V> |
CacheConfigReadOnly.setTypes(Class<K> keyType,
Class<V> valueType)
|
CacheConfig<K,V> |
CacheConfigReadOnly.setUriString(String uriString)
|
CacheConfig<K,V> |
CacheConfig.setUriString(String uriString)
Sets the URI string which is global identifier of the cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |