Uses of Interface
com.alibaba.ttl.spi.TtlWrapper
-
Packages that use TtlWrapper Package Description com.alibaba.ttl TTL API.com.alibaba.ttl.threadpool Thread pool wrap/decoration utils. -
-
Uses of TtlWrapper in com.alibaba.ttl
Classes in com.alibaba.ttl that implement TtlWrapper Modifier and Type Class Description classTtlCallable<V>TtlCallabledecorateCallableto getTransmittableThreadLocalvalue and transmit it to the time ofCallableexecution, needed when useCallableto thread pool.classTtlRunnableTtlRunnabledecorateRunnableto getTransmittableThreadLocalvalue and transmit it to the time ofRunnableexecution, needed when useRunnableto thread pool.classTtlTimerTaskDeprecated. -
Uses of TtlWrapper in com.alibaba.ttl.threadpool
Subinterfaces of TtlWrapper in com.alibaba.ttl.threadpool Modifier and Type Interface Description interfaceDisableInheritableForkJoinWorkerThreadFactoryDisable inheritableForkJoinPool.ForkJoinWorkerThreadFactory.interfaceDisableInheritableThreadFactoryDisable inheritableThreadFactory.
-