索引
All Classes and Interfaces|所有程序包|序列化表格
A
- AbstractExecutorService<E extends ExecutorService> - cn.godmao.executor中的类
- AbstractExecutorService(E[]) - 类的构造器 cn.godmao.executor.AbstractExecutorService
B
- build() - 类中的方法 cn.godmao.executor.common.ThreadUtil.ThreadFactoryBuilder
C
- cn.godmao.executor - 程序包 cn.godmao.executor
- cn.godmao.executor.annotation - 程序包 cn.godmao.executor.annotation
- cn.godmao.executor.common - 程序包 cn.godmao.executor.common
- counter - 类中的变量 cn.godmao.executor.AbstractExecutorService
- create() - 类中的静态方法 cn.godmao.executor.common.ThreadUtil.ThreadFactoryBuilder
-
创建
ThreadFactoryBuilder - createThreadFactory(String) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建 线程工厂
- createThreadFactory(String, boolean) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建线程工厂
D
- DefaultExecutorService - cn.godmao.executor中的类
- DefaultExecutorService() - 类的构造器 cn.godmao.executor.DefaultExecutorService
- DefaultExecutorService(int) - 类的构造器 cn.godmao.executor.DefaultExecutorService
E
- execute(IRunnable) - 接口中的方法 cn.godmao.executor.IExecutorService
- execute(Object, IRunnable) - 接口中的方法 cn.godmao.executor.IExecutorService
- Executor - cn.godmao.executor.annotation中的注释类型
- executors - 类中的变量 cn.godmao.executor.AbstractExecutorService
G
- getExecutors() - 类中的方法 cn.godmao.executor.AbstractExecutorService
- getExecutors() - 接口中的方法 cn.godmao.executor.IExecutorService
I
- IExecutorService<E extends ExecutorService> - cn.godmao.executor中的接口
- isShutdown() - 接口中的方法 cn.godmao.executor.IExecutorService
- isTerminated() - 接口中的方法 cn.godmao.executor.IExecutorService
L
- last() - 类中的方法 cn.godmao.executor.AbstractExecutorService
N
- newCacheThreadPool(String) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建线程池
- newCacheThreadPool(ThreadFactory) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
线程池
- newFixedThreadPool(int, String) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建固定大小线程执行器
- newFixedThreadPool(int, ThreadFactory) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建固定大小线程执行器
- newScheduled(int, String) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建指定数量 - 的线程调度执行器
- newScheduled(int, ThreadFactory) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建指定数量 - 的线程调度执行器
- newSingleScheduled(String) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建单个线程调度执行器
- newSingleScheduled(ThreadFactory) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建单个线程调度执行器
- newSingleThreadExecutor(String) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建单个线程执行器
- newSingleThreadExecutor(ThreadFactory) - 类中的静态方法 cn.godmao.executor.common.ThreadUtil
-
创建单个线程执行器
- next() - 类中的方法 cn.godmao.executor.AbstractExecutorService
R
- random() - 类中的方法 cn.godmao.executor.AbstractExecutorService
- RANDOM - 类中的变量 cn.godmao.executor.AbstractExecutorService
S
- select(Object) - 接口中的方法 cn.godmao.executor.IExecutorService
- setDaemon(boolean) - 类中的方法 cn.godmao.executor.common.ThreadUtil.ThreadFactoryBuilder
-
设置是否守护线程
- setNamePrefix(Class<?>) - 类中的方法 cn.godmao.executor.common.ThreadUtil.ThreadFactoryBuilder
- setNamePrefix(String) - 类中的方法 cn.godmao.executor.common.ThreadUtil.ThreadFactoryBuilder
-
设置线程名前缀,例如设置前缀为hutool-thread-,则线程名为hutool-thread-1之类。
- setPriority(int) - 类中的方法 cn.godmao.executor.common.ThreadUtil.ThreadFactoryBuilder
-
设置线程优先级
- setThreadFactory(ThreadFactory) - 类中的方法 cn.godmao.executor.common.ThreadUtil.ThreadFactoryBuilder
-
设置用于创建基础线程的线程工厂
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - 类中的方法 cn.godmao.executor.common.ThreadUtil.ThreadFactoryBuilder
-
设置未捕获异常的处理方式
- shutdown() - 接口中的方法 cn.godmao.executor.IExecutorService
- submit(IRunnable) - 接口中的方法 cn.godmao.executor.IExecutorService
- submit(IRunnable, T) - 接口中的方法 cn.godmao.executor.IExecutorService
- submit(Object, IRunnable) - 接口中的方法 cn.godmao.executor.IExecutorService
- submit(Object, IRunnable, T) - 接口中的方法 cn.godmao.executor.IExecutorService
- submit(Object, Callable<T>) - 接口中的方法 cn.godmao.executor.IExecutorService
- submit(Callable<T>) - 接口中的方法 cn.godmao.executor.IExecutorService
T
- ThreadFactoryBuilder() - 类的构造器 cn.godmao.executor.common.ThreadUtil.ThreadFactoryBuilder
- ThreadUtil - cn.godmao.executor.common中的类
-
线程执行器工具
- ThreadUtil() - 类的构造器 cn.godmao.executor.common.ThreadUtil
- ThreadUtil.ThreadFactoryBuilder - cn.godmao.executor.common中的类
-
ThreadFactory创建器
V
A B C D E G I L N R S T VAll Classes and Interfaces|所有程序包|序列化表格