Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addListener(MapEntryListener) - Method in class org.redisson.spring.cache.CacheConfig
-
listener will invoke if one of the ttl,maxIdleTime,maxSize is set listener Is one of the following implementations: EntryCreatedListener EntryExpiredListener EntryRemovedListener EntryUpdatedListener
- afterPropertiesSet() - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
- afterPropertiesSet() - Method in class org.redisson.spring.cache.RedissonSpringCacheNativeManager
B
- bindImplementationSpecificMetrics(MeterRegistry) - Method in class org.redisson.spring.cache.RedissonCacheMetrics
C
- CacheConfig - Class in org.redisson.spring.cache
-
Cache config object used for Spring cache configuration.
- CacheConfig() - Constructor for class org.redisson.spring.cache.CacheConfig
-
Creates config object with
ttl = 0andmaxIdleTime = 0. - CacheConfig(long, long) - Constructor for class org.redisson.spring.cache.CacheConfig
-
Creates config object.
- CacheConfigSupport - Class in org.redisson.spring.cache
- CacheConfigSupport() - Constructor for class org.redisson.spring.cache.CacheConfigSupport
- clear() - Method in class org.redisson.spring.cache.RedissonCache
- createDefaultConfig() - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
- createListener(String) - Static method in class org.redisson.spring.cache.CacheConfigSupport
E
- evict(Object) - Method in class org.redisson.spring.cache.RedissonCache
- evictIfPresent(Object) - Method in class org.redisson.spring.cache.RedissonCache
- evictionCount() - Method in class org.redisson.spring.cache.RedissonCacheMetrics
F
- fromMap(Map<String, Map<String, Object>>, Class<T>) - Static method in class org.redisson.spring.cache.CacheConfigSupport
- fromStoreValue(Object) - Method in class org.redisson.spring.cache.RedissonCache
- fromYAML(File) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in YAML format from
File - fromYAML(File) - Method in class org.redisson.spring.cache.CacheConfigSupport
- fromYAML(InputStream) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in YAML format from
InputStream - fromYAML(InputStream) - Method in class org.redisson.spring.cache.CacheConfigSupport
- fromYAML(Reader) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in YAML format from
Reader - fromYAML(Reader) - Method in class org.redisson.spring.cache.CacheConfigSupport
- fromYAML(String) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in YAML format from
String - fromYAML(String) - Method in class org.redisson.spring.cache.CacheConfigSupport
- fromYAML(URL) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in YAML format from
URL - fromYAML(URL) - Method in class org.redisson.spring.cache.CacheConfigSupport
G
- get() - Method in class org.redisson.spring.cache.NullValue
- get(Object) - Method in class org.redisson.spring.cache.RedissonCache
- get(Object, Class<T>) - Method in class org.redisson.spring.cache.RedissonCache
- get(Object, Callable<T>) - Method in class org.redisson.spring.cache.RedissonCache
- getCache(String) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
- getCacheNames() - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
- getEvictionMode() - Method in class org.redisson.spring.cache.CacheConfig
- getListeners() - Method in class org.redisson.spring.cache.CacheConfig
- getMap(String, CacheConfig) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
- getMap(String, CacheConfig) - Method in class org.redisson.spring.cache.RedissonSpringCacheNativeManager
- getMapCache(String, CacheConfig) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
- getMapCache(String, CacheConfig) - Method in class org.redisson.spring.cache.RedissonSpringCacheNativeManager
- getMaxIdleTime() - Method in class org.redisson.spring.cache.CacheConfig
- getMaxSize() - Method in class org.redisson.spring.cache.CacheConfig
- getMeterBinder(RedissonCache, Iterable<Tag>) - Method in class org.redisson.spring.cache.RedissonCacheMeterBinderProvider
- getMeterBinder(RedissonCache, Iterable<Tag>) - Method in class org.redisson.spring.cache.RedissonCacheMeterBinderProviderV4
- getName() - Method in class org.redisson.spring.cache.RedissonCache
- getNativeCache() - Method in class org.redisson.spring.cache.RedissonCache
- getTTL() - Method in class org.redisson.spring.cache.CacheConfig
H
- hitCount() - Method in class org.redisson.spring.cache.RedissonCacheMetrics
I
- INSTANCE - Static variable in class org.redisson.spring.cache.NullValue
- invalidate() - Method in class org.redisson.spring.cache.RedissonCache
M
- missCount() - Method in class org.redisson.spring.cache.RedissonCacheMetrics
- monitor(MeterRegistry, RedissonCache, Iterable<Tag>) - Static method in class org.redisson.spring.cache.RedissonCacheMetrics
-
Record metrics on a Redisson cache.
N
- NullValue - Class in org.redisson.spring.cache
- NullValue() - Constructor for class org.redisson.spring.cache.NullValue
O
- org.redisson.spring.cache - package org.redisson.spring.cache
P
- put(Object, Object) - Method in class org.redisson.spring.cache.RedissonCache
- putCount() - Method in class org.redisson.spring.cache.RedissonCacheMetrics
- putIfAbsent(Object, Object) - Method in class org.redisson.spring.cache.RedissonCache
R
- RedissonCache - Class in org.redisson.spring.cache
- RedissonCache(RMap<Object, Object>, boolean) - Constructor for class org.redisson.spring.cache.RedissonCache
- RedissonCache(RMapCache<Object, Object>, CacheConfig, boolean) - Constructor for class org.redisson.spring.cache.RedissonCache
- redissonCacheMeterBinderProvider() - Method in class org.redisson.spring.cache.RedissonCacheStatisticsAutoConfiguration
- redissonCacheMeterBinderProvider() - Method in class org.redisson.spring.cache.RedissonCacheStatisticsAutoConfigurationV4
- RedissonCacheMeterBinderProvider - Class in org.redisson.spring.cache
- RedissonCacheMeterBinderProvider() - Constructor for class org.redisson.spring.cache.RedissonCacheMeterBinderProvider
- RedissonCacheMeterBinderProviderV4 - Class in org.redisson.spring.cache
- RedissonCacheMeterBinderProviderV4() - Constructor for class org.redisson.spring.cache.RedissonCacheMeterBinderProviderV4
- RedissonCacheMetrics - Class in org.redisson.spring.cache
- RedissonCacheMetrics(RedissonCache, Iterable<Tag>) - Constructor for class org.redisson.spring.cache.RedissonCacheMetrics
- RedissonCacheStatisticsAutoConfiguration - Class in org.redisson.spring.cache
- RedissonCacheStatisticsAutoConfiguration() - Constructor for class org.redisson.spring.cache.RedissonCacheStatisticsAutoConfiguration
- RedissonCacheStatisticsAutoConfigurationV4 - Class in org.redisson.spring.cache
- RedissonCacheStatisticsAutoConfigurationV4() - Constructor for class org.redisson.spring.cache.RedissonCacheStatisticsAutoConfigurationV4
- RedissonSpringCacheManager - Class in org.redisson.spring.cache
-
A
CacheManagerimplementation backed by Redisson instance. - RedissonSpringCacheManager(RedissonClient) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheManager
-
Creates CacheManager supplied by Redisson instance
- RedissonSpringCacheManager(RedissonClient, String) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheManager
-
Creates CacheManager supplied by Redisson instance and Cache config mapped by Cache name.
- RedissonSpringCacheManager(RedissonClient, String, Codec) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheManager
-
Creates CacheManager supplied by Redisson instance, Codec instance and Config location path.
- RedissonSpringCacheManager(RedissonClient, Map<String, ? extends CacheConfig>) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheManager
-
Creates CacheManager supplied by Redisson instance and Cache config mapped by Cache name
- RedissonSpringCacheManager(RedissonClient, Map<String, ? extends CacheConfig>, Codec) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheManager
-
Creates CacheManager supplied by Redisson instance, Codec instance and Cache config mapped by Cache name.
- RedissonSpringCacheNativeManager - Class in org.redisson.spring.cache
-
A
CacheManagerimplementation backed by Redisson instance. - RedissonSpringCacheNativeManager(RedissonClient) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheNativeManager
-
Creates CacheManager supplied by Redisson instance
- RedissonSpringCacheNativeManager(RedissonClient, String) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheNativeManager
-
Creates CacheManager supplied by Redisson instance and Cache config mapped by Cache name.
- RedissonSpringCacheNativeManager(RedissonClient, String, Codec) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheNativeManager
-
Creates CacheManager supplied by Redisson instance, Codec instance and Config location path.
- RedissonSpringCacheNativeManager(RedissonClient, Map<String, ? extends CacheConfig>) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheNativeManager
-
Creates CacheManager supplied by Redisson instance and Cache config mapped by Cache name
- RedissonSpringCacheNativeManager(RedissonClient, Map<String, ? extends CacheConfig>, Codec) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheNativeManager
-
Creates CacheManager supplied by Redisson instance, Codec instance and Cache config mapped by Cache name.
- retrieve(Object) - Method in class org.redisson.spring.cache.RedissonCache
- retrieve(Object, Supplier<CompletableFuture<T>>) - Method in class org.redisson.spring.cache.RedissonCache
S
- setAllowNullValues(boolean) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Defines possibility of storing
nullvalues. - setCacheNames(Collection<String>) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Defines 'fixed' cache names.
- setCodec(Codec) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Set Codec instance shared between all Cache instances
- setConfig(Map<String, ? extends CacheConfig>) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Set cache config mapped by cache name
- setConfig(Map<String, ? extends CacheConfig>) - Method in class org.redisson.spring.cache.RedissonSpringCacheNativeManager
- setConfigLocation(String) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Set cache config location
- setEvictionMode(EvictionMode) - Method in class org.redisson.spring.cache.CacheConfig
-
Set the eviction mode of the map.
- setListeners(List<MapEntryListener>) - Method in class org.redisson.spring.cache.CacheConfig
- setMaxIdleTime(long) - Method in class org.redisson.spring.cache.CacheConfig
-
Set max idle time for key\value entry in milliseconds.
- setMaxSize(int) - Method in class org.redisson.spring.cache.CacheConfig
-
Set max size of map.
- setRedisson(RedissonClient) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Set Redisson instance
- setResourceLoader(ResourceLoader) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
- setTransactionAware(boolean) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Defines if cache aware of Spring-managed transactions.
- setTTL(long) - Method in class org.redisson.spring.cache.CacheConfig
-
Set time to live for key\value entry in milliseconds.
- size() - Method in class org.redisson.spring.cache.RedissonCacheMetrics
T
- toStoreValue(Object) - Method in class org.redisson.spring.cache.RedissonCache
- toString() - Method in class org.redisson.spring.cache.CacheConfig
- toYAML(Map<String, ? extends CacheConfig>) - Static method in class org.redisson.spring.cache.CacheConfig
-
Convert current configuration to YAML format
- toYAML(Map<String, ? extends CacheConfig>) - Method in class org.redisson.spring.cache.CacheConfigSupport
All Classes and Interfaces|All Packages|Serialized Form