All Classes and Interfaces

Class
Description
存储所有Attribute对象的地方.
不重要, 没必要封装对象.
 
 
 
 
 
 
Created by qiunet.
存储引用对象包装对象
Argument 的key
 
跟spring 类似.
配置文件里面 string 转对象的基类
配置文件里面 List 转对象的基类
配置文件里面 Set 转对象的基类
处理超大数据的工具类(+ - * /)
一些位运算方法
 
 
 
 
对class 进行热替换
 
这个工具会启动一个子进程执行.
其它可以通用逻辑的工具类
 
文件类型配置工具
配置文件里面的字段对象转换器
计数map
Created by qiunet.
自定义的一个运行异常.
使用ICustomValue 的Map
仅仅转换 "yyyy-MM-dd HH:mm:ss" 格式的字符串
时间date相关的工具类 也可以使用DateTimeFormatter 但是使用线程变量已经可以解决问题.
启动db事件
自定义的collector
 
对一个properties的注解.
可以根据需要注入对应的 DHocon DProperties IKeyValueData
注解一个字段.
 
Created by qiunet.
 
自定义的Future
对 conf 文件后缀内容的封装 idea conf使用HOCON插件
 
 
 
properties 封装类.
A handler for tasks that cannot be executed by a DThreadPoolExecutor.
A DThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically.
一个参数的supplier
一个参数的supplier
An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using Executors factory methods.
A handler for rejected tasks that throws a RejectedExecutionException.
A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method, unless the executor has been shut down, in which case the task is discarded.
A handler for rejected tasks that discards the oldest unhandled request and then retries execute, unless the executor is shut down, in which case the task is discarded.
A handler for rejected tasks that silently discards the rejected task.
双向map key val 可以互查 一般用到游戏开始的缓存.
枚举的convert
enum parse exception
事件处理权重枚举
 
 
FakeEnum<E extends FakeEnum<E>>
假枚举需要继承的基类 会继承该类 并在有 FakeEnumClass的类使用 按照字段名注入FakeEnum.name()
假枚举 类 注解
 
 
过滤的链表
 
lambda 循环的返回枚举.
用来加载自己指定的一些类
 
压缩 解压缩的工具类 Created by qiunet on 4/6/17.
 
 
实现接口必须是空构造函数.
持有ArgsContainer的对象.
用户自定义的对象.
data to toString
Created by qiunet.
生成id的一个接口 可以是进程有效 或者 redis有效 需要自己实现.
枚举的值定义
包装事件的类的接口 其它数据在自己的子类里面获取
文件变动.
DuoDuo部分逻辑没有实现业务里面的逻辑.
返回对象
封装一层 properties 比较好取值.
数据变更接口
 
 
 
covert 没法转换泛型对象.
所用字符串需要用 , 隔开.
covert 没法转换泛型对象.
所用字符串需要用 , 隔开.
 
可以抛出异常的Runnable 异常外面处理
 
异步的时间调度的一个类 Created by qiunet.
hook 时候.需要关闭
有权重的对象
json 工具类
类似js的Promise
实现的一个Properties map 的封装类
延迟加载的对象.
 
所用字符串需要用 ; 隔开.
所用字符串需要用 , 隔开.
 
日志类型 Created by qiunet.
 
 
covert 没法转换泛型对象.
所用字符串需要用 , 隔开.
covert 没法转换泛型对象.
所用字符串需要用 , 隔开.
LruHashMap is an extension of Java's HashMap, which has a bounded size(); When it reaches that size, each time a new element is added, the least recently used (LRU) entry is removed.
固定长度的list 添加大于制定长度后, 会把最开始的remove
 
 
 
合并提交工具类 根据 mark类型.
 
跨天的监听 每日零点定时触发.
一个简单的对象池
 
 
并行处理事物
Created by qiunet.
Chooses the next PollChooserFactory.PollChooser to use.
 
 
反射工具类
运行时注解添加.
不改变类的情况下.
不改变类的情况下.
不改变类的情况下.
扫描类型.
服务器关闭通知
服务器被弃用通知
服务停止事件.
服务启动事件.
所用字符串需要用 ; 隔开.
所用字符串需要用 , 隔开.
Sh1 工具类 qiunet 2021/7/18 07:56
 
非单例但是需要关闭.
对字符串进行编码解码 一般用于昵称 字符串存储多有不便 的地方
 
covert 没法转换泛型对象.
所用字符串需要用 , 隔开.
covert 没法转换泛型对象.
所用字符串需要用 , 隔开.
字符处理相关的工具类
A collection of utility methods to retrieve and parse the values of the Java system properties.
 
利用线程变量存储些东西
线程池管理.
本地线程缓存的对象池.
 
负责timeout的提供 回调 HashedWheelTimer 也有类似的功能.
超时后的回调
 
 
Created by qiunet.
对对象进行toString
常用的TypeReference
 
环形列表