Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheConfig<K,V>
Base class for
CacheConfig |
class |
CacheConfig<K,V>
Contains all the configuration for the
ICache . |
Modifier and Type | Method and Description |
---|---|
CacheConfiguration<K,V> |
AbstractCacheConfig.addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
Add a configuration for a
CacheEntryListener . |
CacheConfiguration<K,V> |
CacheConfiguration.addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
Add a configuration for a
CacheEntryListener . |
CacheConfiguration<K,V> |
AbstractCacheConfig.removeCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
Remove a configuration for a
CacheEntryListener . |
CacheConfiguration<K,V> |
CacheConfiguration.removeCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
Remove a configuration for a
CacheEntryListener . |
CacheConfiguration<K,V> |
AbstractCacheConfig.setCacheLoaderFactory(javax.cache.configuration.Factory<? extends javax.cache.integration.CacheLoader<K,V>> cacheLoaderFactory) |
CacheConfiguration<K,V> |
CacheConfiguration.setCacheLoaderFactory(javax.cache.configuration.Factory<? extends javax.cache.integration.CacheLoader<K,V>> factory)
Set the
CacheLoader factory. |
CacheConfiguration<K,V> |
AbstractCacheConfig.setCacheWriterFactory(javax.cache.configuration.Factory<? extends javax.cache.integration.CacheWriter<? super K,? super V>> cacheWriterFactory) |
CacheConfiguration<K,V> |
CacheConfiguration.setCacheWriterFactory(javax.cache.configuration.Factory<? extends javax.cache.integration.CacheWriter<? super K,? super V>> factory)
Set the
CacheWriter factory. |
CacheConfiguration<K,V> |
AbstractCacheConfig.setDataPersistenceConfig(DataPersistenceConfig dataPersistenceConfig)
Sets the
DataPersistenceConfig for this CacheConfiguration |
CacheConfiguration<K,V> |
AbstractCacheConfig.setEventJournalConfig(EventJournalConfig eventJournalConfig)
Sets the
EventJournalConfig for this CacheConfiguration |
CacheConfiguration<K,V> |
AbstractCacheConfig.setExpiryPolicyFactory(javax.cache.configuration.Factory<? extends javax.cache.expiry.ExpiryPolicy> expiryPolicyFactory) |
CacheConfiguration<K,V> |
CacheConfiguration.setExpiryPolicyFactory(javax.cache.configuration.Factory<? extends javax.cache.expiry.ExpiryPolicy> factory)
Set the
Factory for the ExpiryPolicy . |
CacheConfiguration<K,V> |
AbstractCacheConfig.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Deprecated.
|
CacheConfiguration<K,V> |
AbstractCacheConfig.setKeyClassName(String keyClassName) |
CacheConfiguration<K,V> |
AbstractCacheConfig.setKeyType(Class<K> keyType) |
CacheConfiguration<K,V> |
AbstractCacheConfig.setListenerConfigurations() |
protected CacheConfiguration<K,V> |
AbstractCacheConfig.setListenerConfigurations(Set<javax.cache.configuration.CacheEntryListenerConfiguration<K,V>> listeners) |
CacheConfiguration<K,V> |
AbstractCacheConfig.setManagementEnabled(boolean enabled)
Sets whether or not management is enabled on this cache.
|
CacheConfiguration<K,V> |
CacheConfiguration.setManagementEnabled(boolean enabled)
Sets whether management is enabled on a cache.
|
CacheConfiguration<K,V> |
AbstractCacheConfig.setReadThrough(boolean isReadThrough) |
CacheConfiguration<K,V> |
CacheConfiguration.setReadThrough(boolean isReadThrough)
Set if read-through caching should be used.
|
CacheConfiguration<K,V> |
AbstractCacheConfig.setStatisticsEnabled(boolean enabled)
Sets whether or not statistics gathering is enabled on this cache.
|
CacheConfiguration<K,V> |
CacheConfiguration.setStatisticsEnabled(boolean enabled)
Sets whether statistics gathering is enabled on a cache.
|
CacheConfiguration<K,V> |
AbstractCacheConfig.setStoreByValue(boolean storeByValue)
Set if a configured cache should use store-by-value or store-by-reference
semantics.
|
CacheConfiguration<K,V> |
CacheConfiguration.setStoreByValue(boolean isStoreByValue)
Set if a configured cache should use store-by-value or store-by-reference semantics.
|
CacheConfiguration<K,V> |
AbstractCacheConfig.setTypes(Class<K> keyType,
Class<V> valueType)
Sets the expected type of keys and values for a
Cache
configured with this Configuration . |
CacheConfiguration<K,V> |
CacheConfiguration.setTypes(Class<K> keyType,
Class<V> valueType)
Sets the expected type of keys and values for a
Cache
configured with this Configuration . |
CacheConfiguration<K,V> |
AbstractCacheConfig.setValueClassName(String valueClassName) |
CacheConfiguration<K,V> |
AbstractCacheConfig.setValueType(Class<V> valueType) |
CacheConfiguration<K,V> |
AbstractCacheConfig.setWriteThrough(boolean isWriteThrough) |
CacheConfiguration<K,V> |
CacheConfiguration.setWriteThrough(boolean isWriteThrough)
Set if write-through caching should be used.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.