| Package | Description |
|---|---|
| org.apache.shenyu.common.concurrent |
| Class and Description |
|---|
| 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 © 2024 The Apache Software Foundation. All rights reserved.