| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.jraft.util.concurrent |
| 限定符和类型 | 方法和说明 |
|---|---|
static RejectedExecutionHandler |
RejectedExecutionHandlers.reject()
Returns a
RejectedExecutionHandler that will always just throw
a RejectedExecutionException. |
| 构造器和说明 |
|---|
MpscSingleThreadExecutor(int maxPendingTasks,
ThreadFactory threadFactory,
RejectedExecutionHandler rejectedExecutionHandler) |
Copyright © 2021. All rights reserved.