A B C D E F G H I J L M N O P R S T Z 

A

AbstractRedisCacheManager - com.github.fartherp.framework.cache.redis中的类
Created by IntelliJ IDEA.
AbstractRedisCacheManager() - 类 的构造器com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
add(String, Object, Integer) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
add if not exists
add(String, Object) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
add if not exists
afterPropertiesSet() - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
afterPropertiesSet() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
afterPropertiesSet() - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
afterPropertiesSet() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
append(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 

B

BaseRedisCallBack<T> - com.github.fartherp.framework.cache.redis中的类
Created by IntelliJ IDEA.
BaseRedisCallBack() - 类 的构造器com.github.fartherp.framework.cache.redis.BaseRedisCallBack
 
bitcount(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
bitcount(String, long, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
bitfield(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
bitop(BitOP, String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
bitpos(String, boolean) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
bitpos(String, boolean, BitPosParams) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
blpop(int, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
blpop(int, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
brpop(int, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
brpop(int, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
brpoplpush(String, String, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 

C

CacheManager - com.github.fartherp.framework.cache中的接口
Created by IntelliJ IDEA.
checkStatus(RedisClient) - 接口 中的方法com.github.fartherp.framework.cache.redis.RedisClientStatusChecker
检查客户端状态
checkStatus(RedisClient) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClientStatusPingChecker
 
com.github.fartherp.framework.cache - 程序包 com.github.fartherp.framework.cache
 
com.github.fartherp.framework.cache.ehcache - 程序包 com.github.fartherp.framework.cache.ehcache
Created by IntelliJ IDEA .
com.github.fartherp.framework.cache.redis - 程序包 com.github.fartherp.framework.cache.redis
 
com.github.fartherp.framework.cache.redis.cluster - 程序包 com.github.fartherp.framework.cache.redis.cluster
 

D

decr(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
decrBy(String, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
del(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
del(String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
delete(String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
Remove the specified keys.
deserialize(byte[]) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
Get the object represented by the given serialized bytes.
destroy() - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
destroy() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
doOperation(RedisClient) - 类 中的方法com.github.fartherp.framework.cache.redis.BaseRedisCallBack
实际执行的命令

E

echo(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
eval(String, int, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
eval(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
eval(String, List<String>, List<String>) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
evalsha(String, int, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
evalsha(String, List<String>, List<String>) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
evalsha(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
exists(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
exists(String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
exists(String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
Test if the specified key exists.
existsKey(String) - 接口 中的方法com.github.fartherp.framework.cache.CacheManager
检查是否存在关键字
existsKey(String) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
expire(String, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
expire(String, int) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
to add expire time in seconds
expireAt(String, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
ExtCacheManager - com.github.fartherp.framework.cache中的接口
Created by IntelliJ IDEA.
extendTime(String, Integer) - 接口 中的方法com.github.fartherp.framework.cache.CacheManager
延长过期时间
extendTime(String, Integer) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 

F

flushall() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
Delete all the keys of all the existing databases, not just the currently selected one.

G

genericObjectPoolConfig() - 类 中的静态方法com.github.fartherp.framework.cache.redis.PoolConfigUtils
 
geoadd(String, double, double, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
geoadd(String, Map<String, GeoCoordinate>) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
geodist(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
geodist(String, String, String, GeoUnit) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
geohash(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
geopos(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
georadius(String, double, double, double, GeoUnit) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
georadiusByMember(String, String, double, GeoUnit) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
get(Object) - 接口 中的方法com.github.fartherp.framework.cache.CacheManager
从Cache取数据
get(Object) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
get(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
get(String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
get value
return null if key did not exist
getAddress() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
getbit(String, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
getCacheName() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
getClientList() - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
getClients(Object) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
getClients(Object) - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
getClients(Object) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisCacheManager
 
getException() - 类 中的方法com.github.fartherp.framework.cache.redis.BaseRedisCallBack
 
getException() - 接口 中的方法com.github.fartherp.framework.cache.redis.RedisCallBack
获取操作异常,成功为null
getExpire() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
getFailedClients() - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
getGenericObjectPoolConfig() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
getHostAndPorts() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
getJedisCluster() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
getJedisCluster() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
getJedisPool() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
getMaxAttempts() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
getObject() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
getObjectType() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
getOptionType() - 接口 中的方法com.github.fartherp.framework.cache.redis.RedisCallBack
获取操作类型
getPort() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
getrange(String, long, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
getRealPool() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
getRealPoolInstance() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
获取实际的对象池实例
getRedisAuthKey() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
getRedisServer() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
getResult() - 类 中的方法com.github.fartherp.framework.cache.redis.BaseRedisCallBack
 
getResult() - 接口 中的方法com.github.fartherp.framework.cache.redis.RedisCallBack
获取操作结果
getRetryTimes() - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
getSet(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
getTimeout() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
getValidInterval() - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
getWhenExhaustedAction() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 

H

HaRedisCacheManager - com.github.fartherp.framework.cache.redis中的类
a implement of CacheManager in Redis a example: <bean id="myCacheManager" class="com.github.fartherp.framework.cache.redis.HaRedisCacheManager"> <property name="clientList"> <list> <ref local="client"/> </list> </property> <property name="retryTimes" value="3" /> </bean> <bean id="client" class="com.github.fartherp.framework.cache.redis.RedisClient"> <property name="redisServer"> <value>127.0.0.1</value> </property> <property name="port"> <value>6379</value> </property> <property name="redisAuthKey"> <value>123456</value> </property> </bean> Author: CK Date: 2015/12/1
HaRedisCacheManager() - 类 的构造器com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
hdel(String, String) - 接口 中的方法com.github.fartherp.framework.cache.ExtCacheManager
删除名称为key的hash中键为field的域
hdel(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
hdel(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hdel(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
delete element from set
hExists(String, String) - 接口 中的方法com.github.fartherp.framework.cache.ExtCacheManager
名称为key的hash中是否存在键为field的值
hExists(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
hexists(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hExists(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
check key exist in set
hget(String, String) - 接口 中的方法com.github.fartherp.framework.cache.ExtCacheManager
返回名称为key的hash中field对应的value
hget(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
hget(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hget(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
get value by element key from set
hGetAll(String) - 接口 中的方法com.github.fartherp.framework.cache.ExtCacheManager
返回名称为key的hash中所有的键(field)及其对应的value
hGetAll(String) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
hgetAll(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hGetAll(String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
get map value from set
hincrBy(String, String, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hincrByFloat(String, String, double) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hKeys(String) - 接口 中的方法com.github.fartherp.framework.cache.ExtCacheManager
返回名称为key的hash中所有键
hKeys(String) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
hkeys(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hKeys(String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
get keys from set
hLen(String) - 接口 中的方法com.github.fartherp.framework.cache.ExtCacheManager
返回名称为key的hash中元素个数
hLen(String) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
hlen(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hLen(String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
get size from set
hmGet(String, String...) - 接口 中的方法com.github.fartherp.framework.cache.ExtCacheManager
返回名称为key的hash中fields对应的值list
hmGet(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
hmget(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hmGet(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
get keys from set
hmSet(String, Map<String, Serializable>) - 接口 中的方法com.github.fartherp.framework.cache.ExtCacheManager
向名称为key的hash中添加元素field
hmSet(String, Map<String, Serializable>) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
hmset(String, Map<String, String>) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hmSet(String, Map<String, Serializable>) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
set map value to target set
hput(String, String, Serializable) - 接口 中的方法com.github.fartherp.framework.cache.ExtCacheManager
向名称为key的hash中添加元素field
hput(String, String, Serializable) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
hput(String, String, Serializable) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
add value to set
hscan(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hscan(String, String, ScanParams) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hset(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hsetnx(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hvals(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
hValues(String) - 接口 中的方法com.github.fartherp.framework.cache.ExtCacheManager
返回名称为key的hash中所有键对应的value
hValues(String) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
hValues(String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
get values from set

I

incr(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
incrBy(String, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
incrByFloat(String, double) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
isNullValueReGet() - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
isNullValueReGet() - 类 中的方法com.github.fartherp.framework.cache.redis.BaseRedisCallBack
 
isNullValueReGet() - 接口 中的方法com.github.fartherp.framework.cache.redis.RedisCallBack
get if support retry get on return null value
isSingleton() - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 

J

JedisClusterFactory - com.github.fartherp.framework.cache.redis.cluster中的类
redis集群 a example: <bean id="jedisCluster" class="com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory"> <property name="address" value="192.168.1.1:6789;192.168.1.2:6789;192.168.1.3:6789;" /> <property name="timeout" value="300000" /> <property name="maxAttempts" value="6" /> </bean>
JedisClusterFactory() - 类 的构造器com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 

L

lifo - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
lifo
lindex(String, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
llen(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
lpop(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
lpush(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
lpushx(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
lrange(String, long, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
lrem(String, long, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
lset(String, long, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
ltrim(String, long, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 

M

maxActive - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
set max idle count
maxIdle - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
if maxIdle == 0, ObjectPool has 0 size pool
maxWait - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
max wait time
mget(String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
minEvictableIdleTimeMillis - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
set min evictable idle count in milliseconds
minIdle - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
set min idle count
mset(String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
msetnx(String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 

N

numTestsPerEvictionRun - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
set number tests per eviction to run

O

onFaild(RedisClient) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
onFaild(RedisClient) - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
onFaild(RedisClient) - 接口 中的方法com.github.fartherp.framework.cache.redis.RedisClientStatusNotifier
客户端失败处理
onOk(RedisClient) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
onOk(RedisClient) - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
onOk(RedisClient) - 接口 中的方法com.github.fartherp.framework.cache.redis.RedisClientStatusNotifier
客户端成功处理
operation(List<RedisClient>, boolean, Object, RedisClientStatusNotifier) - 类 中的方法com.github.fartherp.framework.cache.redis.BaseRedisCallBack
 
operation(List<RedisClient>, boolean, Object, RedisClientStatusNotifier) - 接口 中的方法com.github.fartherp.framework.cache.redis.RedisCallBack
do real operation to redis server

P

persist(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
pexpire(String, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
pexpireAt(String, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
pfadd(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
pfcount(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
pfcount(String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
pfmerge(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
ping() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
do ping action
PoolConfigUtils - com.github.fartherp.framework.cache.redis中的类
Created by IntelliJ IDEA.
PoolConfigUtils() - 类 的构造器com.github.fartherp.framework.cache.redis.PoolConfigUtils
 
psetex(String, long, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
psubscribe(JedisPubSub, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
pttl(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
publish(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
put(Object, Object) - 接口 中的方法com.github.fartherp.framework.cache.CacheManager
往Cache里存数据
put(Object, Integer, Object) - 接口 中的方法com.github.fartherp.framework.cache.CacheManager
往Cache里存数据
put(Object, Object) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
put(Object, Integer, Object) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 

R

RedisCacheManager - com.github.fartherp.framework.cache.redis中的类
a implement of CacheManager in Redis a example: <bean id="myCacheManager" class="com.github.fartherp.framework.cache.redis.RedisCacheManager"> <property name="clientList"> <list> <ref local="client"/> </list> </property> </bean> <bean id="client" class="com.github.fartherp.framework.cache.redis.RedisClient"> <property name="redisServer"> <value>127.0.0.1</value> </property> <property name="port"> <value>6379</value> </property> <property name="redisAuthKey"> <value>123456</value> </property> </bean> Author: CK Date: 2015/12/1
RedisCacheManager() - 类 的构造器com.github.fartherp.framework.cache.redis.RedisCacheManager
 
RedisCallBack<T> - com.github.fartherp.framework.cache.redis中的接口
Created by IntelliJ IDEA.
RedisClient - com.github.fartherp.framework.cache.redis中的类
redis客户端 Author: CK Date: 2015/12/1
RedisClient() - 类 的构造器com.github.fartherp.framework.cache.redis.RedisClient
 
RedisClientStatusChecker - com.github.fartherp.framework.cache.redis中的接口
Created by IntelliJ IDEA.
RedisClientStatusNotifier - com.github.fartherp.framework.cache.redis中的接口
Created by IntelliJ IDEA.
RedisClientStatusPingChecker - com.github.fartherp.framework.cache.redis中的类
Created by IntelliJ IDEA.
RedisClientStatusPingChecker() - 类 的构造器com.github.fartherp.framework.cache.redis.RedisClientStatusPingChecker
 
RedisClusterClient - com.github.fartherp.framework.cache.redis.cluster中的类
redis集群客户端 a example: <bean id="redisClusterClient" class="com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient"> <property name="jedisCluster" value="jedisCluster" /> <property name="expire" value="30000" /> </bean>
RedisClusterClient() - 类 的构造器com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
remove(Object) - 接口 中的方法com.github.fartherp.framework.cache.CacheManager
从Cache里清除数据
remove(Object) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
rename(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
renamenx(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
replace(Object, Object) - 接口 中的方法com.github.fartherp.framework.cache.CacheManager
往Cache里置换数据
replace(Object, Integer, Object) - 接口 中的方法com.github.fartherp.framework.cache.CacheManager
往Cache里置换数据
replace(Object, Object) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
replace(Object, Integer, Object) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
rpop(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
rpoplpush(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
rpush(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
rpushx(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 

S

sadd(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
scan(String, ScanParams) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
scard(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
scriptExists(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
scriptExists(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
scriptLoad(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sdiff(String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sdiffstore(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
serialize(Object) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
Get the bytes representing the given serialized object.
set(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
set(String, String, String, String, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
set(String, Object, Integer) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
value set
The string can't be longer than 1073741824 bytes (1 GB).
set(String, Object) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
set a value without expiration
setAddress(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
setbit(String, long, boolean) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
setbit(String, long, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
setCacheName(String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
setClientList(List<RedisClient>) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
setEnableHeartBeat(boolean) - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
setex(String, int, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
setExpire(int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
setGenericObjectPoolConfig(GenericObjectPoolConfig) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
setJedisCluster(JedisCluster) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
setJedisCluster(JedisCluster) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
setJedisPool(JedisPool) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
setMaxAttempts(int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
setNullValueReGet(boolean) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
setNullValueReGet(boolean) - 类 中的方法com.github.fartherp.framework.cache.redis.BaseRedisCallBack
 
setNullValueReGet(boolean) - 接口 中的方法com.github.fartherp.framework.cache.redis.RedisCallBack
set if support retry get on return null value
setnx(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
setPort(int) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
setrange(String, long, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
setRealPool(GenericObjectPool) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
setRedisAuthKey(String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
setRedisClientStatusChecker(RedisClientStatusChecker) - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
setRedisServer(String) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
setRetryTimes(int) - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
setTimeout(int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.JedisClusterFactory
 
setValidInterval(long) - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
setWhenExhaustedAction(byte) - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
 
shutdown() - 接口 中的方法com.github.fartherp.framework.cache.CacheManager
停止所有客户端缓存
shutdown() - 类 中的方法com.github.fartherp.framework.cache.redis.AbstractRedisCacheManager
 
shutdown() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisClient
do destroy jedis pool
sinter(String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sinterstore(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sismember(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
smembers(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
smove(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
softMinEvictableIdleTimeMillis - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
softMinEvictableIdleTimeMillis
sort(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sort(String, SortingParams) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sort(String, SortingParams, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sort(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
spop(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
spop(String, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
srandmember(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
srandmember(String, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
srem(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sscan(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sscan(String, String, ScanParams) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
strlen(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
subscribe(JedisPubSub, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
substr(String, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sunion(String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
sunionstore(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 

T

testOnBorrow - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
set if support test client workable on get client
testOnReturn - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
set if support test client workable on return client to pool
testWhileIdle - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
set if support test client workable while idle
timeBetweenEvictionRunsMillis - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
set time between eviction runs during in Milliseconds
timeout - 类 中的静态变量com.github.fartherp.framework.cache.redis.PoolConfigUtils
operation time out
toString() - 类 中的方法com.github.fartherp.framework.cache.redis.HaRedisCacheManager
 
toString() - 类 中的方法com.github.fartherp.framework.cache.redis.RedisCacheManager
 
ttl(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
type(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 

Z

zadd(String, double, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zadd(String, double, String, ZAddParams) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zadd(String, Map<String, Double>) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zadd(String, Map<String, Double>, ZAddParams) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zcard(String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zcount(String, double, double) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zcount(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zincrby(String, double, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zincrby(String, double, String, ZIncrByParams) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zinterstore(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zinterstore(String, ZParams, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zlexcount(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrange(String, long, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeByLex(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeByLex(String, String, String, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeByScore(String, double, double) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeByScore(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeByScore(String, double, double, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeByScore(String, String, String, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeByScoreWithScores(String, double, double) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeByScoreWithScores(String, double, double, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeByScoreWithScores(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeByScoreWithScores(String, String, String, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrangeWithScores(String, long, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrank(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrem(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zremrangeByLex(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zremrangeByRank(String, long, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zremrangeByScore(String, double, double) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zremrangeByScore(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrange(String, long, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeByLex(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeByLex(String, String, String, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeByScore(String, double, double) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeByScore(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeByScore(String, double, double, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeByScore(String, String, String, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeByScoreWithScores(String, double, double) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeByScoreWithScores(String, String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeByScoreWithScores(String, double, double, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeByScoreWithScores(String, String, String, int, int) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrangeWithScores(String, long, long) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zrevrank(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zscan(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zscan(String, String, ScanParams) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zscore(String, String) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zunionstore(String, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
zunionstore(String, ZParams, String...) - 类 中的方法com.github.fartherp.framework.cache.redis.cluster.RedisClusterClient
 
A B C D E F G H I J L M N O P R S T Z 

Copyright © 2018. All rights reserved.