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 RejectedExecutionHandler
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.