Uses of Interface
com.alibaba.ttl.spi.TtlWrapper
Packages that use TtlWrapper
Package
Description
TTL API.
Thread pool wrap/decoration utils.
- 
Uses of TtlWrapper in com.alibaba.ttl
Classes in com.alibaba.ttl that implement TtlWrapperModifier and TypeClassDescriptionfinal classTtlCallable<V>TtlCallabledecorateCallableto getTransmittableThreadLocalvalue and transmit it to the time ofCallableexecution, needed when useCallableto thread pool.final classTtlRunnabledecorateRunnableto getTransmittableThreadLocalvalue and transmit it to the time ofRunnableexecution, needed when useRunnableto thread pool.final classDeprecated. - 
Uses of TtlWrapper in com.alibaba.ttl.threadpool
Subinterfaces of TtlWrapper in com.alibaba.ttl.threadpoolModifier and TypeInterfaceDescriptioninterfaceDisable inheritableForkJoinPool.ForkJoinWorkerThreadFactory.interfaceDisable inheritableThreadFactory. 
TtlRunnable,ScheduledExecutorServiceinstead ofTimer,TimerTask.