java.util.concurrent.RejectedExecutionHandler, XRejectedExecutionHandlerpublic class EsAbortPolicy extends java.lang.Object implements XRejectedExecutionHandler
| Constructor | Description |
|---|---|
EsAbortPolicy() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
rejected() |
The number of rejected executions.
|
void |
rejectedExecution(java.lang.Runnable r,
java.util.concurrent.ThreadPoolExecutor executor) |
public void rejectedExecution(java.lang.Runnable r,
java.util.concurrent.ThreadPoolExecutor executor)
rejectedExecution in interface java.util.concurrent.RejectedExecutionHandlerpublic long rejected()
XRejectedExecutionHandlerrejected in interface XRejectedExecutionHandler