跳过导航链接
A C D E G H I J M P R S U 

A

App - com.github.panxiaochao中的类
 
App() - 类 的构造器com.github.panxiaochao.App
 

C

ClassUtils - com.github.panxiaochao.xredis.utils中的类
 
ClassUtils() - 类 的构造器com.github.panxiaochao.xredis.utils.ClassUtils
 
close(Jedis) - 类 中的静态方法com.github.panxiaochao.xredis.utils.JRedisUtils
 
com.github.panxiaochao - 程序包 com.github.panxiaochao
 
com.github.panxiaochao.xredis.service - 程序包 com.github.panxiaochao.xredis.service
 
com.github.panxiaochao.xredis.service.impl - 程序包 com.github.panxiaochao.xredis.service.impl
 
com.github.panxiaochao.xredis.utils - 程序包 com.github.panxiaochao.xredis.utils
 
copy(InputStream, OutputStream) - 类 中的静态方法com.github.panxiaochao.xredis.utils.InputStreamUtils
 

D

decr(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
decr(String, long) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
decr(String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
为键 key 储存的数字值减去一 如果键 key 不存在, 那么它的值会先被初始化为 0 , 然后再执行 INCR 命令 如果键 key 储存的值不能被解释为数字, 那么 INCR 命令将返回一个错误
decr(String, long) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将键 key 储存的整数值减去减量 decrement 如果键 key 不存在, 那么键 key 的值会先被初始化为 0 , 然后再执行 DECRBY 命令 如果键 key 储存的值不能被解释为数字, 那么 DECRBY 命令将返回一个错误
DEFAULT_BUFFER_SIZE - 类 中的静态变量com.github.panxiaochao.xredis.utils.InputStreamUtils
 
del(String...) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
del(byte...) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
del(String...) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
删除key
del(byte...) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
删除key
delMapHash(String, String...) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
delMapHash(String, String...) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
删除哈希表中 key 中的一个或多个指定域,不存在的域将被忽略
deserialize(byte[]) - 类 中的静态方法com.github.panxiaochao.xredis.utils.StringSerializer
 

E

exists(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
exists(String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
检查给定 key 是否存在。
EXPIRE - 类 中的静态变量com.github.panxiaochao.xredis.utils.JRedisUtils
 

G

getBoolean(String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.PropertiesUtils
 
getBoolean(Properties, String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.PropertiesUtils
 
getClassLoader() - 类 中的静态方法com.github.panxiaochao.xredis.utils.ClassUtils
 
getInteger(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getInteger(String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.PropertiesUtils
 
getInteger(Properties, String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.PropertiesUtils
 
getJedis() - 类 中的静态方法com.github.panxiaochao.xredis.utils.JRedisUtils
 
getLong(String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.PropertiesUtils
 
getLong(Properties, String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.PropertiesUtils
 
getLpop(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getLpop(String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
移除并返回列表 key 的头元素
getLrange(String, long, long) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getLrange(String, long, long) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
返回列表 key 中指定区间内的元素,区间以偏移量 start 和 stop 指定
getLsize(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getLsize(String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
返回列表 key 的长度
getMapHash(String, String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getMapHash(String, String...) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getMapHash(String, String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
返回哈希表中给定域的值
getMapHash(String, String...) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
返回哈希表 key 中,一个或多个给定域的值。
getMapHashAll(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getMapHashAll(String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
获取哈希表中所有的field-value
getObject(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getObject(String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
根据key 获取存储对象
getRpop(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getRpop(String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
移除并返回列表 key 的尾元素
getSring(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getSring(String...) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
getSring(String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
返回与键 key 相关联的字符串值 如果键 key 不存在, 那么返回特殊值 null , 否则, 返回键 key 的值
getSring(String...) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
返回给定的一个或多个字符串键的值 如果给定的字符串键里面, 有某个键不存在, 那么这个键的值将以特殊值 null 表示
getString(String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.PropertiesUtils
 
getString(Properties, String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.PropertiesUtils
 
getStrLen(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 

H

hasMapHashExists(String, String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
hasMapHashExists(String, String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
判断哈希表中 指定的field是否存在

I

incr(String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
incr(String, long) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
incr(String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
为键 key 储存的数字值加上一 如果键 key 不存在, 那么它的值会先被初始化为 0 , 然后再执行 INCR 命令 如果键 key 储存的值不能被解释为数字, 那么 INCR 命令将返回一个错误
incr(String, long) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
为键 key 储存的数字值加上增量 increment 如果键 key 不存在, 那么键 key 的值会先被初始化为 0 , 然后再执行 INCRBY 命令 如果键 key 储存的值不能被解释为数字, 那么 INCRBY 命令将返回一个错误
InputStreamUtils - com.github.panxiaochao.xredis.utils中的类
 
InputStreamUtils() - 类 的构造器com.github.panxiaochao.xredis.utils.InputStreamUtils
 

J

JRedisService - com.github.panxiaochao.xredis.service中的接口
 
JRedisServiceImpl - com.github.panxiaochao.xredis.service.impl中的类
 
JRedisServiceImpl() - 类 的构造器com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
JRedisUtils - com.github.panxiaochao.xredis.utils中的类
pxc 参数配置,参考:https://help.aliyun.com/document_detail/98726.html#section-m2c-5kr-zfb
JRedisUtils() - 类 的构造器com.github.panxiaochao.xredis.utils.JRedisUtils
 

M

main(String[]) - 类 中的静态方法com.github.panxiaochao.xredis.utils.JRedisUtils
 
MonitorInfo() - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
MonitorInfo() - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
Redis性能监控参数

P

PropertiesUtils - com.github.panxiaochao.xredis.utils中的类
 
PropertiesUtils() - 类 的构造器com.github.panxiaochao.xredis.utils.PropertiesUtils
 

R

read(InputStream) - 类 中的静态方法com.github.panxiaochao.xredis.utils.InputStreamUtils
 
read(Reader) - 类 中的静态方法com.github.panxiaochao.xredis.utils.InputStreamUtils
 
read(Reader, int) - 类 中的静态方法com.github.panxiaochao.xredis.utils.InputStreamUtils
 
readByteArray(InputStream) - 类 中的静态方法com.github.panxiaochao.xredis.utils.InputStreamUtils
 
readByteArrayFromResource(String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.InputStreamUtils
 
readFromResource(String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.InputStreamUtils
 

S

serialize(Object) - 类 中的静态方法com.github.panxiaochao.xredis.utils.SerializeUtils
 
serialize(String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.StringSerializer
 
SerializeUtils - com.github.panxiaochao.xredis.utils中的类
 
SerializeUtils() - 类 的构造器com.github.panxiaochao.xredis.utils.SerializeUtils
 
setInteger(String, Integer, boolean) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setInteger(String, Integer, int) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setInteger(String, Integer, boolean) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将字符串值 value 关联到 key ,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
setInteger(String, Integer, int) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将字符串值 value 关联到 key ,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
setLpush(String, String...) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setLpush(String, String...) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将一个或多个值 value 插入到列表 key 的表头,各个 value值按从左到右的顺序依次插入到表头 返回值为列表长度
setMapHash(String, String, String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setMapHash(String, Map<String, String>) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setMapHash(String, String, String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将哈希表 hash 中域 field 的值设置为 value
setMapHash(String, Map<String, String>) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
同时将多个 field-value对设置到哈希表 key中。
setNInteger(String, Integer) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setNInteger(String, Integer) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
只在键 key 不存在的情况下, 将键 key 的值设置为 value 若键 key 已经存在, 则 SETNX 命令不做任何动作 命令在设置成功时返回 1 , 设置失败时返回 0
setNMapHash(String, String, String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setNMapHash(String, String, String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
当且仅当域 field 尚未存在于哈希表的情况下, 将它的值设置为 value 如果给定域已经存在于哈希表当中, 那么命令将放弃执行设置操作
setNString(String, String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setNString(String, String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
只在键 key 不存在的情况下, 将键 key 的值设置为 value 若键 key 已经存在, 则 SETNX 命令不做任何动作。
setObject(String, Object) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setObject(String, Object, boolean) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setObject(String, Object, int) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setObject(String, Object) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将对象obj 关联到key,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
setObject(String, Object, boolean) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将对象obj 关联到key,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
setObject(String, Object, int) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将对象obj 关联到key,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
setRpush(String, String...) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setRpush(String, String...) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将一个或多个值 value 插入到列表 key 的表头,各个 value值按从右到左的顺序依次插入到表头 返回值为列表长度
setString(String, String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setString(String, String, boolean) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setString(String, String, int) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
 
setString(String, String, boolean) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将字符串值 value 关联到 key ,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
setString(String, String, int) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
将字符串值 value 关联到 key ,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
StringSerializer - com.github.panxiaochao.xredis.utils中的类
 
StringSerializer() - 类 的构造器com.github.panxiaochao.xredis.utils.StringSerializer
 

U

unserialize(byte[]) - 类 中的静态方法com.github.panxiaochao.xredis.utils.SerializeUtils
 
A C D E G H I J M P R S U 
跳过导航链接

Copyright © 2020. All rights reserved.