E G I M P R S T W
E
- execute() - 类 中的方法top.lshaci.framework.thread.masterworker.Master
-
Execute all tasks
- execute() - 类 中的方法top.lshaci.framework.thread.masterworker.Task
-
The concrete method of task execution
- execute(Runnable) - 类 中的静态方法top.lshaci.framework.thread.utils.ExecutorUtils
-
Use the thread pool to perform tasks
- ExecutorUtils - top.lshaci.framework.thread.utils中的类
-
Thread pool executor utils
- ExecutorUtils() - 类 的构造器top.lshaci.framework.thread.utils.ExecutorUtils
-
G
- getResult() - 类 中的方法top.lshaci.framework.thread.masterworker.Master
-
Obtain task results
I
- isComplete() - 类 中的方法top.lshaci.framework.thread.masterworker.Master
-
Determine if all tasks are completed
- isDone() - 类 中的方法top.lshaci.framework.thread.masterworker.Worker
-
Whether the execution is completed
M
- Master<R> - top.lshaci.framework.thread.masterworker中的类
-
Task master
- Master() - 类 的构造器top.lshaci.framework.thread.masterworker.Master
-
Construct a task master
- Master(long, int) - 类 的构造器top.lshaci.framework.thread.masterworker.Master
-
Construct a task master with get result delay time
P
- PROCESSORS - 类 中的静态变量top.lshaci.framework.thread.utils.ExecutorUtils
-
The available processor number
R
- run() - 类 中的方法top.lshaci.framework.thread.masterworker.Worker
-
Execution task
S
- submit(Task<R>) - 类 中的方法top.lshaci.framework.thread.masterworker.Master
-
Submit a task
T
- Task<R> - top.lshaci.framework.thread.masterworker中的类
-
The abstract task
- Task(String) - 类 的构造器top.lshaci.framework.thread.masterworker.Task
-
Construct a task with unique task name
- top.lshaci.framework.thread.masterworker - 程序包 top.lshaci.framework.thread.masterworker
-
- top.lshaci.framework.thread.utils - 程序包 top.lshaci.framework.thread.utils
-
W
- Worker<R> - top.lshaci.framework.thread.masterworker中的类
-
Task worker
- Worker(ConcurrentLinkedQueue<Task<R>>, ConcurrentHashMap<String, R>) - 类 的构造器top.lshaci.framework.thread.masterworker.Worker
-
Construct a task worker with task queue and tasks result container
E G I M P R S T W
Copyright © 2019. All rights reserved.