- decr(long) - 接口 中的方法com.xuanner.dt.core.DtLong
-
Long类型原子减
- decr(long) - 类 中的方法com.xuanner.dt.core.impl.JedisDtLong
-
- del(String) - 接口 中的方法com.xuanner.dt.cache.DtCacheClient
-
单个删除缓存
- del(String) - 类 中的方法com.xuanner.dt.cache.impl.JedisDtCacheClient
-
- delBulk(Collection<String>) - 接口 中的方法com.xuanner.dt.cache.DtCacheClient
-
批量删除缓存
- delBulk(Collection<String>) - 类 中的方法com.xuanner.dt.cache.impl.JedisDtCacheClient
-
- destroy() - 类 中的方法com.xuanner.dt.common.redis.JedisDirectFactory
-
- destroy() - 接口 中的方法com.xuanner.dt.common.redis.JedisFactory
-
- destroy() - 类 中的方法com.xuanner.dt.common.redis.JedisSentinelFactory
-
- Dt - com.xuanner.dt中的类
-
装一些全局初始化的对象,单例
Created by xuan on 2018/8/27.
- Dt() - 类 的构造器com.xuanner.dt.Dt
-
- DtCacheClient - com.xuanner.dt.cache中的接口
-
一个简单的分布式缓存客户端,为了API简洁,目前暂时只支持值为String,如果要缓存对象,请自行使用JSON序列化到String
Created by xuan on 2018/8/12.
- DtCloseable - com.xuanner.dt.common中的接口
-
表示组件可关闭
Created by xuan on 2018/8/27.
- DtConfig - com.xuanner.dt.common中的接口
-
Created by xuan on 2018/8/29.
- DtList - com.xuanner.dt.core中的接口
-
分布式list
Created by xuan on 2018/8/29.
- DtLock - com.xuanner.dt.lock中的接口
-
Created by xuan on 2018/8/30.
- DtLong - com.xuanner.dt.core中的接口
-
分布式Long类型
Created by xuan on 2018/8/29.
- DtMessageListener - com.xuanner.dt.pubsub中的接口
-
消息监听
Created by xuan on 2018/8/16.
- DtPublisher - com.xuanner.dt.pubsub中的接口
-
消息发布者
Created by xuan on 2018/8/16.
- DtQueue - com.xuanner.dt.core中的接口
-
分布式队列,用来实现生产者消费者
Created by xuan on 2018/8/25.
- DtSemaphore - com.xuanner.dt.core中的接口
-
分布式信号量
Created by xuan on 2018/8/29.
- DtSequence - com.xuanner.dt.sequence中的接口
-
序列号组件
Created by xuan on 2018/8/12.
- DtSequenceException - com.xuanner.dt.sequence中的异常错误
-
序列号生成异常
Created by xuan on 2018/1/10.
- DtSequenceException(String) - 异常错误 的构造器com.xuanner.dt.sequence.DtSequenceException
-
- DtSortedSet - com.xuanner.dt.core中的接口
-
可排序Set集合
Created by xuan on 2018/8/29.
- DtSubscriber - com.xuanner.dt.pubsub中的接口
-
消息订阅者
Created by xuan on 2018/8/16.