B C D F G H J L M P S T
B
- build() - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
如果名字一样,则返回已经存在的
- Builder() - 类 的构造器me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
- byte2int(byte) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.ParseUtil
-
byte转为十进制int
C
- close() - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil
-
- convert(Object, Class<T>) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
- convert(Object, TypeReference<T>) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
D
- DEFAULT_SCHEDULED - 类 中的静态变量me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil
-
- DEFAULT_UNCAUGHT_EXCEPTION_HANDLER - 类 中的静态变量me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil
-
F
- fromBase64(String, Class<T>) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
- fromBase64(String, TypeReference<T>) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
- fromBytes(byte[], Class<T>) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
- fromBytes(byte[], TypeReference<T>) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
- fromJson(String, Class<T>) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
- fromJson(String, TypeReference<T>) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
G
- get(String) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil
-
- getFuture() - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.SingleThreadPoolExecutor
-
H
- HASH_METHOD - 类 中的静态变量me.hekr.iotos.softgateway.common.utils.ParseUtil
-
hash加密方法
- hmacSHA1Encrypt(String, String) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.ParseUtil
-
sign值计算
J
- JsonUtil - me.hekr.iotos.softgateway.common.utils中的类
-
json工具类,用于完成对象与json之间的转换
- JsonUtil() - 类 的构造器me.hekr.iotos.softgateway.common.utils.JsonUtil
-
L
- logAllThreadException(boolean) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil
-
是否开启记录所有的线程异常信息,建议开启,默认开启
M
- me.hekr.iotos.softgateway.common.utils - 程序包 me.hekr.iotos.softgateway.common.utils
-
P
- parse(String) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
- parseByte2HexStr(byte[]) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.ParseUtil
-
数据格式转为string
- ParseUtil - me.hekr.iotos.softgateway.common.utils中的类
-
用于格式转换以及hash加密算法
- ParseUtil() - 类 的构造器me.hekr.iotos.softgateway.common.utils.ParseUtil
-
S
- setCore(int) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
- setCoresDynamic(int) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
设置core和max根据cpu核数根据cpu核数设置
- setHandler(RejectedExecutionHandler) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
- setKeepAliveTime(long) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
- setMax(int) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
- setPrefix(String) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
- setQueueSize(int) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
- setScheduled(boolean) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
- setTimeUnit(TimeUnit) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.Builder
-
设置异常处理
- SingleThreadPoolExecutor(String) - 类 的构造器me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.SingleThreadPoolExecutor
-
- submit(Runnable) - 类 中的方法me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil.SingleThreadPoolExecutor
-
T
- ThreadPoolUtil - me.hekr.iotos.softgateway.common.utils中的类
-
- ThreadPoolUtil() - 类 的构造器me.hekr.iotos.softgateway.common.utils.ThreadPoolUtil
-
- ThreadPoolUtil.Builder - me.hekr.iotos.softgateway.common.utils中的类
-
- ThreadPoolUtil.SingleThreadPoolExecutor - me.hekr.iotos.softgateway.common.utils中的类
-
单进程 executor
如果新提交,有正在运行的任务,取消掉; 如果队列满,则丢弃最旧的。
- toBase64(Object) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
- toBytes(Object) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
- toJson(Object) - 类 中的静态方法me.hekr.iotos.softgateway.common.utils.JsonUtil
-
B C D F G H J L M P S T
Copyright © 2022. All rights reserved.