索引

A B C D E G H I K L M N O P R S U V W 
All Classes and Interfaces|常量字段值|所有程序包

A

AbstractBucketOperations<K,V> - cn.aradin.spring.redis.starter.core中的类
AbstractBucketOperations
add(K, V...) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
AradinRedisAutoConfiguration - cn.aradin.spring.redis.starter中的类
AradinRedisAutoConfiguration to enhance RedisAutoConfiguration
AradinRedisAutoConfiguration() - 类的构造器 cn.aradin.spring.redis.starter.AradinRedisAutoConfiguration
 
AradinRedisCacheWriter - cn.aradin.spring.redis.starter.cache中的类
自定义RedisCacheWriter扩展默认的org.springframework.data.redis.cache.DefaultRedisCacheWriter实现 实例构造参考 RedisCacheWriter.nonLockingRedisCacheWriter(connectionFactory)
AradinRedisCacheWriter(RedisConnectionFactory, BatchStrategy, RedisCacheManagerProperties) - 类的构造器 cn.aradin.spring.redis.starter.cache.AradinRedisCacheWriter
 
AradinRedisManagerAutoConfiguration - cn.aradin.spring.redis.starter中的类
CacheAutoConfiguration 通过SelectImporter 引入所有cachetype的默认Configuration,然后根据各个Configuration的Condition决定初始化哪一个 org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration
AradinRedisManagerAutoConfiguration() - 类的构造器 cn.aradin.spring.redis.starter.AradinRedisManagerAutoConfiguration
 

B

BucketHashOperations<HK,HV> - cn.aradin.spring.redis.starter.core中的类
 
BucketSetOperations<K,V> - cn.aradin.spring.redis.starter.core中的类
 

C

CACHE_MANAGER - 类中的静态变量 cn.aradin.spring.redis.starter.AradinRedisManagerAutoConfiguration
 
cacheAutoConfigurationValidator(RedisCacheManagerProperties, ObjectProvider<CacheManager>) - 类中的方法 cn.aradin.spring.redis.starter.AradinRedisManagerAutoConfiguration
 
cacheManager(RedisCacheWriter, ResourceLoader, RedisCacheManagerProperties, CacheManagerCustomizers) - 类中的方法 cn.aradin.spring.redis.starter.AradinRedisManagerAutoConfiguration
原生实现,由于原生存在对CacheManager的单实例限制
cacheManagerCustomizers(ObjectProvider<CacheManagerCustomizer<?>>) - 类中的方法 cn.aradin.spring.redis.starter.AradinRedisManagerAutoConfiguration
 
clean(String, byte[]) - 类中的方法 cn.aradin.spring.redis.starter.cache.AradinRedisCacheWriter
 
clearStatistics(String) - 类中的方法 cn.aradin.spring.redis.starter.cache.AradinRedisCacheWriter
 
CLUSTER - enum class 中的枚举常量 cn.aradin.spring.redis.starter.core.enums.RedisModel
 
ClusterBucketSetOperations<K,V> - cn.aradin.spring.redis.starter.core中的类
 
cn.aradin.spring.redis.starter - 程序包 cn.aradin.spring.redis.starter
 
cn.aradin.spring.redis.starter.cache - 程序包 cn.aradin.spring.redis.starter.cache
 
cn.aradin.spring.redis.starter.core - 程序包 cn.aradin.spring.redis.starter.core
 
cn.aradin.spring.redis.starter.core.annotation - 程序包 cn.aradin.spring.redis.starter.core.annotation
 
cn.aradin.spring.redis.starter.core.enums - 程序包 cn.aradin.spring.redis.starter.core.enums
 
cn.aradin.spring.redis.starter.properties - 程序包 cn.aradin.spring.redis.starter.properties
 

D

delete(String) - 类中的方法 cn.aradin.spring.redis.starter.core.RedisBucketTemplate
 
delete(String, Object...) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
Not suggest array-operation for the ios
delete(Collection<String>) - 类中的方法 cn.aradin.spring.redis.starter.core.RedisBucketTemplate
 
delete(Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.AbstractBucketOperations
Delete by multi keys
delete(K) - 类中的方法 cn.aradin.spring.redis.starter.core.AbstractBucketOperations
Delete by key to bucket
difference(Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
difference(Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
difference(K, Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
difference(K, Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
difference(K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
difference(K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
differenceAndStore(Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
differenceAndStore(Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
differenceAndStore(K, Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
differenceAndStore(K, Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
differenceAndStore(K, K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
differenceAndStore(K, K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
distinctRandomMembers(K, long) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
已过时。

E

entries(String) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 
expire(String, long, TimeUnit) - 类中的方法 cn.aradin.spring.redis.starter.core.RedisBucketTemplate
 
expire(K, long, TimeUnit) - 类中的方法 cn.aradin.spring.redis.starter.core.AbstractBucketOperations
expire
expireAt(String, Date) - 类中的方法 cn.aradin.spring.redis.starter.core.RedisBucketTemplate
 
expireAt(K, Date) - 类中的方法 cn.aradin.spring.redis.starter.core.AbstractBucketOperations
expireAt

G

get(String, byte[]) - 类中的方法 cn.aradin.spring.redis.starter.cache.AradinRedisCacheWriter
 
get(String, Object) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 
getCacheStatistics(String) - 类中的方法 cn.aradin.spring.redis.starter.cache.AradinRedisCacheWriter
 
getConfigs() - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheManagerProperties
 
getDefaults() - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheManagerProperties
 
getKeyPrefix() - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 
getOperations() - 类中的方法 cn.aradin.spring.redis.starter.core.AbstractBucketOperations
getOperations
getTtl() - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 
getTtlOffset() - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 

H

hasKey(String, Object) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 

I

increment(String, HK, double) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 
increment(String, HK, long) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 
intersect(Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
intersect(Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
intersect(K, Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
intersect(K, Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
intersect(K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
intersect(K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
intersectAndStore(Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
intersectAndStore(Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
intersectAndStore(K, Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
intersectAndStore(K, Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
intersectAndStore(K, K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
intersectAndStore(K, K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
isCacheNullValues() - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 
isMember(K, Object) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
isMember(K, Object...) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
isUsePrefix() - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 

K

keys(String) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 

L

lengthOfValue(String, HK) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 

M

MASTER_SLAVE - enum class 中的枚举常量 cn.aradin.spring.redis.starter.core.enums.RedisModel
 
members(K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
move(K, V, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
move(K, V, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
multiGet(String, Collection<HK>) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 

N

NotSuggest - cn.aradin.spring.redis.starter.core.annotation中的Annotation Interface
 
NotSupport - cn.aradin.spring.redis.starter.core.annotation中的Annotation Interface
 

O

opsForClusterSet(int) - 类中的方法 cn.aradin.spring.redis.starter.core.RedisBucketTemplate
 
opsForHash(int) - 类中的方法 cn.aradin.spring.redis.starter.core.RedisBucketTemplate
 
opsForSet(int) - 类中的方法 cn.aradin.spring.redis.starter.core.RedisBucketTemplate
 

P

pop(K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
pop(K, long) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
put(String, byte[], byte[], Duration) - 类中的方法 cn.aradin.spring.redis.starter.cache.AradinRedisCacheWriter
 
put(String, HK, HV) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 
putAll(String, Map<? extends HK, ? extends HV>) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 
putIfAbsent(String, byte[], byte[], Duration) - 类中的方法 cn.aradin.spring.redis.starter.cache.AradinRedisCacheWriter
 
putIfAbsent(String, HK, HV) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 

R

randomEntries(String, long) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
已过时。
randomEntry(String) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 
randomKey(String) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 
randomKeys(String, long) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
已过时。
randomMember(K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
randomMembers(K, long) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
已过时。
redisBucketTemplate(RedisConnectionFactory) - 类中的方法 cn.aradin.spring.redis.starter.AradinRedisAutoConfiguration
redisTemplate for bucket
RedisBucketTemplate<V> - cn.aradin.spring.redis.starter.core中的类
 
RedisBucketTemplate() - 类的构造器 cn.aradin.spring.redis.starter.core.RedisBucketTemplate
 
RedisCacheConfiguration - cn.aradin.spring.redis.starter.properties中的类
 
RedisCacheConfiguration() - 类的构造器 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 
RedisCacheManagerProperties - cn.aradin.spring.redis.starter.properties中的类
 
RedisCacheManagerProperties() - 类的构造器 cn.aradin.spring.redis.starter.properties.RedisCacheManagerProperties
 
redisCacheWriter(RedisConnectionFactory, RedisCacheManagerProperties) - 类中的方法 cn.aradin.spring.redis.starter.AradinRedisManagerAutoConfiguration
 
RedisModel - cn.aradin.spring.redis.starter.core.enums中的Enum Class
 
redisSerializeTemplate(RedisConnectionFactory) - 类中的方法 cn.aradin.spring.redis.starter.AradinRedisAutoConfiguration
redisTemplate with just value serialize
remove(String, byte[]) - 类中的方法 cn.aradin.spring.redis.starter.cache.AradinRedisCacheWriter
 
remove(K, Object...) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 

S

scan(String, ScanOptions) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 
scan(String, ScanOptions, int) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
Multi bucket scan need traveral each bucket to avoid using too many connections
scan(K, ScanOptions) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
setCacheNullValues(boolean) - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 
setConfigs(Map<String, RedisCacheConfiguration>) - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheManagerProperties
 
setDefaults(RedisCacheConfiguration) - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheManagerProperties
 
setKeyPrefix(String) - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 
setTtl(Duration) - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 
setTtlOffset(Duration) - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 
setUsePrefix(boolean) - 类中的方法 cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
 
SINGLE - enum class 中的枚举常量 cn.aradin.spring.redis.starter.core.enums.RedisModel
 
size(String) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 
size(K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 

U

union(Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
union(Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
union(K, Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
union(K, Collection<K>) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
union(K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
union(K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
unionAndStore(Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
unionAndStore(Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
unionAndStore(K, Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
unionAndStore(K, Collection<K>, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 
unionAndStore(K, K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketSetOperations
 
unionAndStore(K, K, K) - 类中的方法 cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations
 

V

value() - annotation interface 中的元素 cn.aradin.spring.redis.starter.core.annotation.NotSuggest
 
value() - annotation interface 中的元素 cn.aradin.spring.redis.starter.core.annotation.NotSupport
 
valueOf(String) - enum class中的静态方法 cn.aradin.spring.redis.starter.core.enums.RedisModel
Returns the enum constant of this class with the specified name.
values() - enum class中的静态方法 cn.aradin.spring.redis.starter.core.enums.RedisModel
Returns an array containing the constants of this enum class, in the order they are declared.
values(String) - 类中的方法 cn.aradin.spring.redis.starter.core.BucketHashOperations
 

W

withStatisticsCollector(CacheStatisticsCollector) - 类中的方法 cn.aradin.spring.redis.starter.cache.AradinRedisCacheWriter
 
A B C D E G H I K L M N O P R S U V W 
All Classes and Interfaces|常量字段值|所有程序包