private static class CompactSplit.Rejection extends Object implements RejectedExecutionHandler
| Modifier | Constructor and Description | 
|---|---|
| private  | Rejection() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | rejectedExecution(Runnable runnable,
                 ThreadPoolExecutor pool) | 
private Rejection()
public void rejectedExecution(Runnable runnable, ThreadPoolExecutor pool)
rejectedExecution in interface RejectedExecutionHandlerCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.