类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractQueue<E> (implements java.util.Queue<E>)
- java.util.concurrent.LinkedBlockingQueue<E> (implements java.util.concurrent.BlockingQueue<E>, java.io.Serializable)
- java.util.concurrent.AbstractExecutorService (implements java.util.concurrent.ExecutorService)
- java.util.concurrent.ThreadPoolExecutor
- org.apache.shenyu.common.concurrent.MemoryLimitCalculator
- org.apache.shenyu.common.concurrent.MemoryLimiter
- org.apache.shenyu.common.concurrent.ShenyuThreadFactory (implements java.util.concurrent.ThreadFactory)
Copyright © 2022 The Apache Software Foundation. All rights reserved.