public class ExecutorsPool extends Object
| 构造器和说明 |
|---|
ExecutorsPool() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
calExecutorsNumbers() |
int |
getPoolSize() |
int |
getRemainingExecutorSize() |
void |
rescheduleExecutor(int num) |
void |
shutdown() |
void |
submit(TaskExecutor taskExecutor) |
protected int calExecutorsNumbers()
public void submit(TaskExecutor taskExecutor)
public int getPoolSize()
public int getRemainingExecutorSize()
public void rescheduleExecutor(int num)
public void shutdown()
Copyright © 2016. All rights reserved.