| 程序包 | 说明 |
|---|---|
| org.apache.shenyu.common.concurrent |
| 类和说明 |
|---|
| EagerExecutorService
EagerExecutorService.
|
| MemoryLimitedLinkedBlockingQueue
Can completely solve the OOM problem caused by
LinkedBlockingQueue. |
| MemorySafeLinkedBlockingQueue
Can completely solve the OOM problem caused by
LinkedBlockingQueue,
does not depend on Instrumentation and is easier to use than
MemoryLimitedLinkedBlockingQueue. |
| Rejector
RejectHandler, it works when you need to custom reject action in
MemorySafeLinkedBlockingQueue. |
| TaskQueue
TaskQueue.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.