| Package | Description |
|---|---|
| com.alipay.sofa.jraft.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static RejectedExecutionHandler |
RejectedExecutionHandlers.reject()
Returns a
RejectedExecutionHandler that will always just throw
a RejectedExecutionException. |
| Constructor and Description |
|---|
MpscSingleThreadExecutor(int maxPendingTasks,
ThreadFactory threadFactory,
RejectedExecutionHandler rejectedExecutionHandler) |
Copyright © 2024. All rights reserved.