| Package | Description |
|---|---|
| org.apache.dubbo.common.concurrent | |
| org.apache.dubbo.common.threadpool |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortPolicy<E>
A handler for rejected element that throws a
RejectException. |
class |
DiscardOldestPolicy<E>
A handler for rejected element that discards the oldest element.
|
class |
DiscardPolicy<E>
A handler for rejected element that silently discards the rejected element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemorySafeLinkedBlockingQueue.setRejector(Rejector<E> rejector)
set the rejector.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.