索引
All Classes and Interfaces|常量字段值|所有程序包
A
- add(List<T>, Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
添加数据
- add(List<T>, Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
添加数据
- add(T, Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
添加数据
- add(T, Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
添加数据
- addOrUpdate(GeoInfo, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
添加位置或更新
- addOrUpdate(GeoInfo, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
添加位置或更新
- addOrUpdate(SortSetModel<T>, OpWhen, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
添加或更新数据
- addOrUpdate(SortSetModel<T>, OpWhen, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
添加或更新数据
- addOrUpdate(String, double, double, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
添加位置或更新
- addOrUpdate(String, double, double, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
添加位置或更新
- addOrUpdate(String, GeoPos, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
添加位置或更新
- addOrUpdate(String, GeoPos, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
添加位置或更新
- addOrUpdate(List<GeoInfo>, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
添加位置或更新
- addOrUpdate(List<GeoInfo>, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
添加位置或更新
- addOrUpdate(List<SortSetModel<T>>, OpWhen, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
添加或更新数据
- addOrUpdate(List<SortSetModel<T>>, OpWhen, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
添加或更新数据
- addOrUpdate(Map<TField, TValue>, Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
添加或更新数据
- addOrUpdate(Map<TField, TValue>, Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
添加或更新数据
- addOrUpdate(T, double, OpWhen, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
添加或更新数据
- addOrUpdate(T, double, OpWhen, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
添加或更新数据
- Always - enum class 中的枚举常量 cn.myafx.cache.OpWhen
-
The operation should occur whether or not there is an existing value
- Asc - enum class 中的枚举常量 cn.myafx.cache.Sort
-
升序
B
- BaseCache - cn.myafx.cache.base中的类
-
BaseCache
- BaseCache() - 类的构造器 cn.myafx.cache.base.BaseCache
- Both - enum class 中的枚举常量 cn.myafx.cache.ExcludeType
-
Both start and stop are exclusive start < value < stop
C
- CacheFactory - cn.myafx.cache中的类
- CacheFactory(RedisConnectionFactory, ICacheKey, String, IJsonMapper) - 类的构造器 cn.myafx.cache.CacheFactory
- CacheKey - cn.myafx.cache中的类
-
缓存key配置
- CacheKey() - 类的构造器 cn.myafx.cache.CacheKey
-
env:xmlCacheKeyFile or src/main/resources/cache-key.xml
- CacheKey(InputStream) - 类的构造器 cn.myafx.cache.CacheKey
-
CacheKey
- CacheKey(String) - 类的构造器 cn.myafx.cache.CacheKey
-
初始化
- CacheKey(URL) - 类的构造器 cn.myafx.cache.CacheKey
- CacheKeyConfig - cn.myafx.cache中的类
-
缓存key配置
- CacheKeyConfig(String, String, String, Integer, List<Integer>) - 类的构造器 cn.myafx.cache.CacheKeyConfig
-
CacheKeyModel
- close() - 类中的方法 cn.myafx.cache.base.HashCache.HashCursor
- close() - 类中的方法 cn.myafx.cache.base.RedisCache
-
close
- close() - 类中的方法 cn.myafx.cache.base.SetCache.SetCursor
- close() - 类中的方法 cn.myafx.cache.base.SortSetCache.SortSetCursor
- close() - 类中的方法 cn.myafx.cache.CacheFactory
- cn.myafx.cache - 程序包 cn.myafx.cache
- cn.myafx.cache.base - 程序包 cn.myafx.cache.base
- cn.myafx.cache.db - 程序包 cn.myafx.cache.db
- compareTo(Double) - 类中的方法 cn.myafx.cache.base.SortSetCache.SortSetTuple
- contains(Object[]) - 接口中的方法 cn.myafx.cache.base.IRedisCache
-
缓存key是否存在
- contains(Object[]) - 类中的方法 cn.myafx.cache.base.RedisCache
-
缓存key是否存在
D
- DataDbCache<T> - cn.myafx.cache.db中的类
- DataDbCache(String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.db.DataDbCache
-
DataDb
- Db - 类中的变量 cn.myafx.cache.CacheKeyConfig
-
fen
- decdrement(T, double, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
减少 score
- decdrement(T, double, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
减少 score
- decrement(long, Object...) - 接口中的方法 cn.myafx.cache.base.IStringCache
-
原子减 T 必须是 int、 long
- decrement(long, Object...) - 类中的方法 cn.myafx.cache.base.StringCache
-
原子减 T 必须是 int、 long
- decrement(TField, long, Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
hash value 原子自减,TValue 必须是 long、int类型
- decrement(TField, long, Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
hash value 原子自减,TValue 必须是 long、int类型
- DefaultJsonMapper - 类中的静态变量 cn.myafx.cache.base.RedisCache
- delete(long, long, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
移除集合
- delete(long, long, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
移除集合
- delete(String, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
删除位置点
- delete(String, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
删除位置点
- delete(List<T>, Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
移除对象
- delete(List<T>, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
移除集合
- delete(List<T>, Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
移除对象
- delete(List<T>, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
移除集合
- delete(List<TField>, Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
移除hash key
- delete(List<TField>, Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
移除hash key
- delete(TField, Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
移除hash key
- delete(TField, Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
移除hash key
- delete(T, long, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
移除数据
- delete(T, long, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
移除数据
- delete(T, Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
移除对象
- delete(T, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
移除集合
- delete(T, Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
移除对象
- delete(T, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
移除集合
- deleteByScore(double, double, ExcludeType, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
移除集合
- deleteByScore(double, double, ExcludeType, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
移除集合
- Desc - enum class 中的枚举常量 cn.myafx.cache.Sort
-
降序
- deserialize(byte[], Class<T>) - 类中的方法 cn.myafx.cache.base.RedisCache
-
Deserialize
- deserialize(String, Class<T>) - 接口中的方法 cn.myafx.cache.IJsonMapper
- Difference - enum class 中的枚举常量 cn.myafx.cache.SetOp
-
Returns the members of the set resulting from the difference between the first set and all the successive sets.
- Distance - 类中的变量 cn.myafx.cache.GeoRadius
-
距离
- DistributedLockDbCache<T> - cn.myafx.cache.db中的类
-
分布式锁db接口
- DistributedLockDbCache(String, String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.db.DistributedLockDbCache
-
StringCache
- DistUnit - cn.myafx.cache中的Enum Class
-
距离单位。
E
- ExcludeType - cn.myafx.cache中的Enum Class
-
执行类型
- exist(T, Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
value是否存在
- exist(T, Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
value是否存在
- exists(TField, Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
是否存在hash key
- exists(TField, Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
是否存在hash key
- Exists - enum class 中的枚举常量 cn.myafx.cache.OpWhen
-
The operation should only occur when there is an existing value
- expire(Integer, Object[]) - 接口中的方法 cn.myafx.cache.base.IRedisCache
-
设置缓存有效时间
- expire(Integer, Object[]) - 类中的方法 cn.myafx.cache.base.RedisCache
-
设置缓存有效时间
- expire(Object[]) - 接口中的方法 cn.myafx.cache.base.IRedisCache
-
根据系统配置设置缓存有效时间
- expire(Object[]) - 类中的方法 cn.myafx.cache.base.RedisCache
-
根据系统配置设置缓存有效时间
- Expire - 类中的变量 cn.myafx.cache.CacheKeyConfig
-
过期时间, 秒
F
G
- GeoCache - cn.myafx.cache.base中的类
- GeoCache(String, String, RedisConnection, ICacheKey, String) - 类的构造器 cn.myafx.cache.base.GeoCache
-
GeoCache
- GeoDbCache - cn.myafx.cache.db中的类
-
gps位置信息db
- GeoDbCache(String, RedisConnection, ICacheKey, String) - 类的构造器 cn.myafx.cache.db.GeoDbCache
-
gps位置信息db
- GeoInfo - cn.myafx.cache中的类
-
位置点坐标
- GeoInfo(String, GeoPos) - 类的构造器 cn.myafx.cache.GeoInfo
-
GeoInfo
- GeoPos - cn.myafx.cache中的类
-
gps坐标
- GeoPos(double, double) - 类的构造器 cn.myafx.cache.GeoPos
-
GeoPos
- GeoRadius - cn.myafx.cache中的类
-
位置半径信息
- GeoRadius(String, Double, GeoPos) - 类的构造器 cn.myafx.cache.GeoRadius
-
GeoRadius
- get(long, long, Sort, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
获取集合
- get(long, long, Sort, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
获取集合
- get(long, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
获取指定索引位置数据
- get(long, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
获取指定索引位置数据
- get(Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
获取数据
- get(Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
获取数据
- get(Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
获取集合
- get(Object...) - 接口中的方法 cn.myafx.cache.base.IStringCache
-
获取缓存
- get(Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
获取集合
- get(Object...) - 类中的方法 cn.myafx.cache.base.StringCache
-
获取缓存
- get(String, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
获取坐标
- get(String, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
获取坐标
- get(String, String) - 类中的方法 cn.myafx.cache.CacheKey
-
get
- get(String, String) - 接口中的方法 cn.myafx.cache.ICacheKey
-
get
- get(List<String>, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
获取坐标
- get(List<String>, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
获取坐标
- getByScore(double, double, ExcludeType, Sort, int, int, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
获取集合
- getByScore(double, double, ExcludeType, Sort, int, int, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
获取集合
- getByScoreWithScores(double, double, ExcludeType, Sort, int, int, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
获取集合
- getByScoreWithScores(double, double, ExcludeType, Sort, int, int, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
获取集合
- getBytes(String) - 类中的方法 cn.myafx.cache.base.RedisCache
- getCache(String, Class<T>) - 类中的方法 cn.myafx.cache.CacheFactory
- getCache(String, Class<T>, Class<TField>, Class<TValue>) - 类中的方法 cn.myafx.cache.CacheFactory
- getCache(String, Class<T>, Class<TValue>) - 类中的方法 cn.myafx.cache.CacheFactory
- getCacheDb(String) - 接口中的方法 cn.myafx.cache.base.IRedisCache
-
获取完整key所在db
- getCacheDb(String) - 类中的方法 cn.myafx.cache.base.RedisCache
-
获取完整key所在db
- getCacheKey() - 类中的方法 cn.myafx.cache.CacheFactory
- getCacheKey(Object[]) - 接口中的方法 cn.myafx.cache.base.IRedisCache
-
获取完整缓存key
- getCacheKey(Object[]) - 类中的方法 cn.myafx.cache.base.RedisCache
-
获取完整缓存key
- getConnection() - 类中的方法 cn.myafx.cache.CacheFactory
- getCount(double, double, ExcludeType, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
获取集合数量
- getCount(double, double, ExcludeType, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
获取集合数量
- getCount(Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
查询geo集合数量
- getCount(Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
获取hash key 数量
- getCount(Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
查询geo集合数量
- getCount(Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
获取hash key 数量
- getCount(Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
获取链表长度
- getCount(Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
集合数量
- getCount(Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
获取链表长度
- getCount(Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
集合数量
- getDb(String, String) - 类中的方法 cn.myafx.cache.CacheKey
-
获取db
- getDb(String, String) - 接口中的方法 cn.myafx.cache.ICacheKey
-
获取db
- getDefault(Class<?>) - 类中的方法 cn.myafx.cache.base.RedisCache
-
getDefault
- getDist(String, String, DistUnit, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
计算距离
- getDist(String, String, DistUnit, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
计算距离
- getExpire(String, String) - 类中的方法 cn.myafx.cache.CacheKey
-
获取过期时间, 秒
- getExpire(String, String) - 接口中的方法 cn.myafx.cache.ICacheKey
-
获取过期时间, 秒
- geTFields(Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
获取hash key
- geTFields(Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
获取hash key
- getGeoHash(String, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
获取GeoHash
- getGeoHash(String, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
获取GeoHash
- getGeoHash(List<String>, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
获取GeoHash
- getGeoHash(List<String>, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
获取GeoHash
- getKey() - 类中的方法 cn.myafx.cache.base.HashCache.HEntry
- getKey(String, String) - 类中的方法 cn.myafx.cache.CacheKey
-
获取key
- getKey(String, String) - 接口中的方法 cn.myafx.cache.ICacheKey
-
获取key
- getKeyConfig() - 接口中的方法 cn.myafx.cache.base.IRedisCache
-
缓存key配置
- getKeyConfig() - 类中的方法 cn.myafx.cache.base.RedisCache
-
缓存key配置
- getObjectMapper() - 类中的方法 cn.myafx.cache.CacheFactory
- getPrefix() - 类中的方法 cn.myafx.cache.CacheFactory
- getRadius(double, double, double, DistUnit, int, Sort, int, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
查询指定坐标半径内的位置
- getRadius(double, double, double, DistUnit, int, Sort, int, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
查询指定坐标半径内的位置
- getRadius(String, double, DistUnit, int, Sort, int, Object...) - 类中的方法 cn.myafx.cache.base.GeoCache
-
查询指定位置名称半径内的位置
- getRadius(String, double, DistUnit, int, Sort, int, Object...) - 接口中的方法 cn.myafx.cache.base.IGeoCache
-
查询指定位置名称半径内的位置
- getRandomValue(int, Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
随机返回对象
- getRandomValue(int, Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
随机返回对象
- getRandomValue(Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
随机返回一个对象
- getRandomValue(Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
随机返回一个对象
- getRange(long, long, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
获取一个范围数据
- getRange(long, long, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
获取一个范围数据
- getScore() - 类中的方法 cn.myafx.cache.base.SortSetCache.SortSetTuple
- getString(byte[]) - 类中的方法 cn.myafx.cache.base.RedisCache
- getValue() - 类中的方法 cn.myafx.cache.base.HashCache.HEntry
- getValue() - 类中的方法 cn.myafx.cache.base.SortSetCache.SortSetTuple
- getValue(List<TField>, Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
获取数据
- getValue(List<TField>, Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
获取数据
- getValue(TField, Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
获取数据
- getValue(TField, Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
获取数据
- getValues(Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
获取hash value
- getValues(Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
获取hash value
- getWithScores(long, long, Sort, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
获取集合
- getWithScores(long, long, Sort, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
获取集合
H
- HashCache<TField,
TValue> - cn.myafx.cache.base中的类 - HashCache(String, String, RedisConnection, ICacheKey, String, Class<TField>, Class<TValue>) - 类的构造器 cn.myafx.cache.base.HashCache
-
HashCache
- HashCache.HashCursor - cn.myafx.cache.base中的类
- HashCache.HEntry - cn.myafx.cache.base中的类
- HashCursor(Cursor<Map.Entry<byte[], byte[]>>, Class<TField>, Class<TValue>) - 类的构造器 cn.myafx.cache.base.HashCache.HashCursor
- HashDbCache<TField,
TValue> - cn.myafx.cache.db中的类 -
哈希db
- HashDbCache(String, RedisConnection, ICacheKey, String, Class<TField>, Class<TValue>) - 类的构造器 cn.myafx.cache.db.HashDbCache
-
哈希db
- hasNext() - 类中的方法 cn.myafx.cache.base.HashCache.HashCursor
- hasNext() - 类中的方法 cn.myafx.cache.base.SetCache.SetCursor
- hasNext() - 类中的方法 cn.myafx.cache.base.SortSetCache.SortSetCursor
- HEntry(TField, TValue) - 类的构造器 cn.myafx.cache.base.HashCache.HEntry
I
- IBaseCache - cn.myafx.cache.base中的接口
-
IBaseCache
- ICacheCursor<T> - cn.myafx.cache中的接口
- ICacheKey - cn.myafx.cache中的接口
-
缓存key配置接口
- IDataDbCache<T> - cn.myafx.cache.db中的接口
-
DataDb
- IDistributedLockDbCache<T> - cn.myafx.cache.db中的接口
-
分布式锁db接口
- IGeoCache - cn.myafx.cache.base中的接口
- IGeoDbCache - cn.myafx.cache.db中的接口
-
gps位置信息db
- IHashCache<TField,
TValue> - cn.myafx.cache.base中的接口 -
hash 接口
- IHashDbCache<TField,
TValue> - cn.myafx.cache.db中的接口 -
哈希db
- IJsonMapper - cn.myafx.cache中的接口
- ILinkListCache<T> - cn.myafx.cache.base中的接口
-
链表接口
- ILinkListDbCache<T> - cn.myafx.cache.db中的接口
-
链接db
- increment(long, Object...) - 接口中的方法 cn.myafx.cache.base.IStringCache
-
原子增 T 必须是 int、 long
- increment(long, Object...) - 类中的方法 cn.myafx.cache.base.StringCache
-
原子增 T 必须是 int、 long
- increment(TField, long, Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
hash value 原子自增,TValue 必须是 long、int类型
- increment(TField, long, Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
hash value 原子自增,TValue 必须是 long、int类型
- increment(T, double, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
增加 score
- increment(T, double, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
增加 score
- insertAfter(T, T, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
插入到那个value后面
- insertAfter(T, T, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
插入到那个value后面
- insertBefore(T, T, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
插入到那个value前面
- insertBefore(T, T, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
插入到那个value前面
- Intersect - enum class 中的枚举常量 cn.myafx.cache.SetOp
-
Returns the members of the set resulting from the intersection of all the given sets.
- IParamDbCache<T> - cn.myafx.cache.db中的接口
-
常规带参数数据db
- IRedisCache - cn.myafx.cache.base中的接口
- ISessionDbCache<T> - cn.myafx.cache.db中的接口
-
session数据db
- ISetCache<T> - cn.myafx.cache.base中的接口
-
set 集合
- ISetDbCache<T> - cn.myafx.cache.db中的接口
-
set集合db
- ISortSetCache<T> - cn.myafx.cache.base中的接口
-
有序集合接口
- ISortSetDbCache<T> - cn.myafx.cache.db中的接口
-
有序集合db
- IStringCache<T> - cn.myafx.cache.base中的接口
-
string key value 接口
- Item - 类中的变量 cn.myafx.cache.CacheKeyConfig
-
名称
- IValueCache<T> - cn.myafx.cache.base中的接口
J
- join(Object[], Object[], SetOp) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
两个集合运算,返回运算结果
- join(Object[], Object[], SetOp) - 类中的方法 cn.myafx.cache.base.SetCache
-
两个集合运算,返回运算结果
- joinAndAdd(Object[], Object[], Object[], SetOp) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
两个集合运算,并将运算结果存储到新集合
- joinAndAdd(Object[], Object[], Object[], SetOp) - 类中的方法 cn.myafx.cache.base.SetCache
-
两个集合运算,并将运算结果存储到新集合
K
- Key - 类中的变量 cn.myafx.cache.CacheKeyConfig
-
配置key
- keyConfig - 类中的变量 cn.myafx.cache.base.RedisCache
-
缓存key配置
- km - enum class 中的枚举常量 cn.myafx.cache.DistUnit
-
表示单位为千米
L
- Lat - 类中的变量 cn.myafx.cache.GeoPos
-
纬度
- LinkListCache<T> - cn.myafx.cache.base中的类
- LinkListCache(String, String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.base.LinkListCache
-
LinkListCache
- LinkListDbCache<T> - cn.myafx.cache.db中的类
-
链接db
- LinkListDbCache(String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.db.LinkListDbCache
-
链接db
- Lon - 类中的变量 cn.myafx.cache.GeoPos
-
经度
M
- m - enum class 中的枚举常量 cn.myafx.cache.DistUnit
-
表示单位为米
- mapper - 类中的变量 cn.myafx.cache.base.RedisCache
- mi - enum class 中的枚举常量 cn.myafx.cache.DistUnit
-
表示单位为英里
- move(Object[], Object[], T) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
移动一个已存在对象到新集合
- move(Object[], Object[], T) - 类中的方法 cn.myafx.cache.base.SetCache
-
移动一个已存在对象到新集合
N
- Name - 类中的变量 cn.myafx.cache.GeoInfo
- Name - 类中的变量 cn.myafx.cache.GeoRadius
-
位置点名称
- next() - 类中的方法 cn.myafx.cache.base.HashCache.HashCursor
- next() - 类中的方法 cn.myafx.cache.base.SetCache.SetCursor
- next() - 类中的方法 cn.myafx.cache.base.SortSetCache.SortSetCursor
- Node - 类中的变量 cn.myafx.cache.CacheKeyConfig
-
db节点
- nodeName - 类中的变量 cn.myafx.cache.base.RedisCache
-
NodeName
- None - enum class 中的枚举常量 cn.myafx.cache.ExcludeType
-
Both start and stop are inclusive start <= value <= stop
- None - 类中的静态变量 cn.myafx.cache.RadiusOptions
-
None
- NotExists - enum class 中的枚举常量 cn.myafx.cache.OpWhen
-
The operation should only occur when there is not an existing value
O
- OpWhen - cn.myafx.cache中的Enum Class
-
操作类型
P
- ParamDbCache<T> - cn.myafx.cache.db中的类
-
常规带参数数据db
- ParamDbCache(String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.db.ParamDbCache
-
常规带参数数据db
- ping() - 接口中的方法 cn.myafx.cache.base.IRedisCache
-
ping
- ping() - 类中的方法 cn.myafx.cache.base.RedisCache
-
ping
- pop(int, Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
返回并移除集合对象
- pop(int, Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
返回并移除集合对象
- pop(long, Sort, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
返回并集合
- pop(long, Sort, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
返回并集合
- pop(Sort, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
返回并集合
- pop(Sort, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
返回集合
- pop(Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
返回并移除一个集合对象
- pop(Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
返回并移除一个集合对象
- popLeft(Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
返回并移除左边第一个
- popLeft(Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
返回并移除左边第一个
- popRight(Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
返回并移除右边第一个
- popRight(Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
返回并移除右边第一个
- Position - 类中的变量 cn.myafx.cache.GeoInfo
- Position - 类中的变量 cn.myafx.cache.GeoRadius
-
gps坐标
- prefix - 类中的变量 cn.myafx.cache.base.RedisCache
-
缓存前缀
- pushLeft(List<T>, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
添加到左边第一个
- pushLeft(List<T>, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
添加到左边第一个
- pushLeft(T, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
添加到左边第一个
- pushLeft(T, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
添加到左边第一个
- pushRight(List<T>, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
添加到右边第一个
- pushRight(List<T>, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
添加到右边第一个
- pushRight(T, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
添加到右边第一个
- pushRight(T, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
添加到右边第一个
R
- RadiusOptions - cn.myafx.cache中的类
-
搜索最近坐标返回数据选项
- RadiusOptions() - 类的构造器 cn.myafx.cache.RadiusOptions
- redis - 类中的变量 cn.myafx.cache.base.RedisCache
-
redis
- RedisCache - cn.myafx.cache.base中的类
-
redis 缓存
- RedisCache(String, String, RedisConnection, ICacheKey, String) - 类的构造器 cn.myafx.cache.base.RedisCache
-
RedisCache
- remove(Object[]) - 接口中的方法 cn.myafx.cache.base.IRedisCache
-
移除缓存
- remove(Object[]) - 类中的方法 cn.myafx.cache.base.RedisCache
-
移除缓存
S
- scan(String, int, Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
游标方式读取数据
- scan(String, int, Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
游标方式读取数据
- scan(String, int, Object...) - 接口中的方法 cn.myafx.cache.base.ISetCache
-
游标方式读取数据
- scan(String, int, Object...) - 接口中的方法 cn.myafx.cache.base.ISortSetCache
-
游标方式读取数据
- scan(String, int, Object...) - 类中的方法 cn.myafx.cache.base.SetCache
-
游标方式读取数据
- scan(String, int, Object...) - 类中的方法 cn.myafx.cache.base.SortSetCache
-
游标方式读取数据
- Score - 类中的变量 cn.myafx.cache.SortSetModel
-
排序Score
- serialize(Object) - 类中的方法 cn.myafx.cache.base.RedisCache
-
Serialize
- serialize(T) - 接口中的方法 cn.myafx.cache.IJsonMapper
-
to json
- SessionDbCache<T> - cn.myafx.cache.db中的类
-
session数据db
- SessionDbCache(String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.db.SessionDbCache
-
session数据db
- set(TField, TValue, Object...) - 类中的方法 cn.myafx.cache.base.HashCache
-
添加或更新数据
- set(TField, TValue, Object...) - 接口中的方法 cn.myafx.cache.base.IHashCache
-
添加或更新数据
- set(T, int, OpWhen, Object...) - 接口中的方法 cn.myafx.cache.base.IStringCache
-
添加或更新
- set(T, int, OpWhen, Object...) - 类中的方法 cn.myafx.cache.base.StringCache
-
添加或更新
- set(T, OpWhen, Object...) - 接口中的方法 cn.myafx.cache.base.IStringCache
-
添加或更新
- set(T, OpWhen, Object...) - 类中的方法 cn.myafx.cache.base.StringCache
-
添加或更新
- SetCache<T> - cn.myafx.cache.base中的类
-
set 集合
- SetCache(String, String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.base.SetCache
-
SetCache
- SetCache.SetCursor - cn.myafx.cache.base中的类
- SetCursor(Cursor<byte[]>, Class<T>) - 类的构造器 cn.myafx.cache.base.SetCache.SetCursor
- SetDbCache<T> - cn.myafx.cache.db中的类
-
set集合db
- SetDbCache(String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.db.SetDbCache
-
set集合db
- setJsonMapper(IJsonMapper) - 接口中的方法 cn.myafx.cache.base.IRedisCache
-
setJsonMapper
- setJsonMapper(IJsonMapper) - 类中的方法 cn.myafx.cache.base.RedisCache
-
set ObjectMapper
- SetOp - cn.myafx.cache中的Enum Class
-
集合交集运算选项
- setValue(TValue) - 类中的方法 cn.myafx.cache.base.HashCache.HEntry
- Sort - cn.myafx.cache中的Enum Class
- SortSetCache<T> - cn.myafx.cache.base中的类
-
有序集合
- SortSetCache(String, String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.base.SortSetCache
-
SortSetCache
- SortSetCache.SortSetCursor - cn.myafx.cache.base中的类
- SortSetCache.SortSetTuple - cn.myafx.cache.base中的类
- SortSetCursor(Cursor<Tuple>, Class<T>) - 类的构造器 cn.myafx.cache.base.SortSetCache.SortSetCursor
- SortSetDbCache<T> - cn.myafx.cache.db中的类
-
有序集合db
- SortSetDbCache(String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.db.SortSetDbCache
-
session数据db
- SortSetModel<T> - cn.myafx.cache中的类
-
有序集合model
- SortSetModel(T, double) - 类的构造器 cn.myafx.cache.SortSetModel
-
SortSetModel
- SortSetTuple(byte[], Double) - 类的构造器 cn.myafx.cache.base.SortSetCache.SortSetTuple
- Start - enum class 中的枚举常量 cn.myafx.cache.ExcludeType
-
Start is exclusive, stop is inclusive start < value <= stop
- Stop - enum class 中的枚举常量 cn.myafx.cache.ExcludeType
-
Start is inclusive, stop is exclusive start <= value < stop
- StringCache<T> - cn.myafx.cache.base中的类
- StringCache(String, String, RedisConnection, ICacheKey, String, Class<T>) - 类的构造器 cn.myafx.cache.base.StringCache
-
StringCache
T
- toGeoPos(Point) - 类中的静态方法 cn.myafx.cache.GeoPos
- toPoint() - 类中的方法 cn.myafx.cache.GeoPos
- toPoint(double, double) - 类中的静态方法 cn.myafx.cache.GeoPos
- toX() - 类中的方法 cn.myafx.cache.GeoPos
- toY() - 类中的方法 cn.myafx.cache.GeoPos
- trim(long, long, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
移除指定区域之外的所有数据
- trim(long, long, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
移除指定区域之外的所有数据
U
- Union - enum class 中的枚举常量 cn.myafx.cache.SetOp
-
Returns the members of the set resulting from the union of all the given sets.
- update(long, T, Object...) - 接口中的方法 cn.myafx.cache.base.ILinkListCache
-
更新
- update(long, T, Object...) - 类中的方法 cn.myafx.cache.base.LinkListCache
-
更新
V
- Value - 类中的变量 cn.myafx.cache.SortSetModel
-
集合数据
- valueOf(String) - enum class中的静态方法 cn.myafx.cache.DistUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.myafx.cache.ExcludeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.myafx.cache.OpWhen
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.myafx.cache.SetOp
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.myafx.cache.Sort
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 cn.myafx.cache.DistUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.myafx.cache.ExcludeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.myafx.cache.OpWhen
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.myafx.cache.SetOp
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.myafx.cache.Sort
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WithCoordinates - 类中的静态变量 cn.myafx.cache.RadiusOptions
-
返回结果会带上匹配位置的经纬度
- WithDistance - 类中的静态变量 cn.myafx.cache.RadiusOptions
-
返回结果会带上匹配位置与给定地理位置的距离
All Classes and Interfaces|常量字段值|所有程序包