| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.common.concurrent | |
| org.apache.dubbo.common.threadpool |
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MemorySafeLinkedBlockingQueue.setRejector(Rejector<E> rejector)
set the rejector.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.