| Package | Description |
|---|---|
| org.apache.shenyu.common.concurrent |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryLimitedTaskQueue<R extends java.lang.Runnable>
MemoryLimitedTaskQueue in the
ShenyuThreadPoolExecutor. |
class |
MemorySafeTaskQueue<R extends java.lang.Runnable>
MemorySafeTaskQueue in the
ShenyuThreadPoolExecutor. |
| Constructor and Description |
|---|
ShenyuThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
java.util.concurrent.TimeUnit unit,
TaskQueue<java.lang.Runnable> workQueue,
java.util.concurrent.ThreadFactory threadFactory,
java.util.concurrent.RejectedExecutionHandler handler) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.