Uses of Interface
org.apache.shenyu.common.concurrent.EagerExecutorService
-
Packages that use EagerExecutorService Package Description org.apache.shenyu.common.concurrent -
-
Uses of EagerExecutorService in org.apache.shenyu.common.concurrent
Classes in org.apache.shenyu.common.concurrent that implement EagerExecutorService Modifier and Type Class Description classShenyuThreadPoolExecutorShenyuThreadPoolExecutor.Methods in org.apache.shenyu.common.concurrent that return EagerExecutorService Modifier and Type Method Description EagerExecutorServiceMemoryLimitedTaskQueue. getExecutor()EagerExecutorServiceMemorySafeTaskQueue. getExecutor()EagerExecutorServiceTaskQueue. getExecutor()get executor.Methods in org.apache.shenyu.common.concurrent with parameters of type EagerExecutorService Modifier and Type Method Description voidMemoryLimitedTaskQueue. setExecutor(EagerExecutorService executor)voidMemorySafeTaskQueue. setExecutor(EagerExecutorService executor)voidTaskQueue. setExecutor(EagerExecutorService executor)set the executor.
-