Skip navigation links
C D G I J L R S T 

C

com.wu.framework.inner.redis.annotation - package com.wu.framework.inner.redis.annotation
 
com.wu.framework.inner.redis.aop - package com.wu.framework.inner.redis.aop
 
com.wu.framework.inner.redis.component - package com.wu.framework.inner.redis.component
 
com.wu.framework.inner.redis.config - package com.wu.framework.inner.redis.config
 
com.wu.framework.inner.redis.domain - package com.wu.framework.inner.redis.domain
 

D

determineLazyRedis(MethodInvocation) - Method in class com.wu.framework.inner.redis.aop.LazyRedisDBAOPAdvisor.LazyRedisDBInterceptor
describe 确定 Lazy Redis

G

getAdvice() - Method in class com.wu.framework.inner.redis.aop.LazyRedisDBAOPAdvisor
 
getConnectionFactory() - Method in class com.wu.framework.inner.redis.component.LazyRedisTemplate
 
getConnectionFactory(int) - Method in class com.wu.framework.inner.redis.component.LazyRedisTemplate
 
getDescription() - Method in class com.wu.framework.inner.redis.domain.RedisInfo
 
getDyDatabase() - Method in class com.wu.framework.inner.redis.component.LazyRedisTemplate
 
getKey() - Method in class com.wu.framework.inner.redis.domain.RedisInfo
 
getPointcut() - Method in class com.wu.framework.inner.redis.aop.LazyRedisDBAOPAdvisor
Get the Pointcut that drives this advisor.
getValue() - Method in class com.wu.framework.inner.redis.domain.RedisInfo
 

I

invoke(MethodInvocation) - Method in class com.wu.framework.inner.redis.aop.LazyRedisDBAOPAdvisor.LazyRedisDBInterceptor
 

J

jedis(RedisProperties) - Method in class com.wu.framework.inner.redis.config.LazyRedisConfig
 

L

LazyJedis - Class in com.wu.framework.inner.redis.component
describe : Jedis 二次封装
LazyJedis() - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
Deprecated.
This constructor will not support a host string in future. It will accept only a uri string. JedisURIHelper.isValid(URI) can used before this. If this constructor was being used with a host, it can be replaced with #Jedis(String, int) with the host and Protocol.DEFAULT_PORT.
LazyJedis(HostAndPort) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(HostAndPort, JedisClientConfig) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int, boolean) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int, int) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int, int, boolean) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int, int, int) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int, int, int, int) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int, int, int, boolean) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(String, int, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(JedisShardInfo) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(URI) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(URI, int) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(URI, int, int) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(URI, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(URI, int, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(URI, JedisClientConfig) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
LazyJedis(JedisSocketFactory) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
Deprecated.
This constructor will be removed in future major release.

Use Jedis.Jedis(JedisSocketFactory, JedisClientConfig).

LazyJedis(JedisSocketFactory, JedisClientConfig) - Constructor for class com.wu.framework.inner.redis.component.LazyJedis
 
lazyJedis(RedisProperties) - Method in class com.wu.framework.inner.redis.config.LazyRedisConfig
 
LazyRedis - Annotation Type in com.wu.framework.inner.redis.annotation
 
LazyRedisConfig - Class in com.wu.framework.inner.redis.config
 
LazyRedisConfig() - Constructor for class com.wu.framework.inner.redis.config.LazyRedisConfig
 
LazyRedisDBAOPAdvisor - Class in com.wu.framework.inner.redis.aop
 
LazyRedisDBAOPAdvisor(LazyRedisDBAOPAdvisor.LazyRedisDBInterceptor) - Constructor for class com.wu.framework.inner.redis.aop.LazyRedisDBAOPAdvisor
 
lazyRedisDBAOPAdvisor(LazyRedisTemplate) - Method in class com.wu.framework.inner.redis.config.LazyRedisConfig
 
LazyRedisDBAOPAdvisor.LazyRedisDBInterceptor - Class in com.wu.framework.inner.redis.aop
description 切面处理
LazyRedisDBInterceptor(LazyRedisTemplate) - Constructor for class com.wu.framework.inner.redis.aop.LazyRedisDBAOPAdvisor.LazyRedisDBInterceptor
 
LazyRedisTemplate<K,V> - Class in com.wu.framework.inner.redis.component
 
LazyRedisTemplate(RedisConnectionFactory, RedisProperties) - Constructor for class com.wu.framework.inner.redis.component.LazyRedisTemplate
 

R

redisConnectionFactoryMap - Variable in class com.wu.framework.inner.redis.component.LazyRedisTemplate
 
RedisInfo - Class in com.wu.framework.inner.redis.domain
 
RedisInfo() - Constructor for class com.wu.framework.inner.redis.domain.RedisInfo
 
reset() - Method in class com.wu.framework.inner.redis.component.LazyRedisTemplate
重置

S

setBeanFactory(BeanFactory) - Method in class com.wu.framework.inner.redis.aop.LazyRedisDBAOPAdvisor
 
setDescription(String) - Method in class com.wu.framework.inner.redis.domain.RedisInfo
 
setDyDatabase(Integer) - Method in class com.wu.framework.inner.redis.component.LazyRedisTemplate
 
setKey(String) - Method in class com.wu.framework.inner.redis.domain.RedisInfo
 
setValue(String) - Method in class com.wu.framework.inner.redis.domain.RedisInfo
 

T

toString() - Method in class com.wu.framework.inner.redis.domain.RedisInfo
 
C D G I J L R S T 
Skip navigation links

Copyright © 2022. All rights reserved.