Uses of Interface
com.alibaba.ttl.spi.TtlEnhanced
Packages that use TtlEnhanced
Package
Description
TTL API.
TTL SPI
Thread pool wrap/decoration utils.
- 
Uses of TtlEnhanced in com.alibaba.ttl
Classes in com.alibaba.ttl that implement TtlEnhancedModifier and TypeClassDescriptionfinal classTtlCallable<V>TtlCallabledecorateCallableto getTransmittableThreadLocalvalue and transmit it to the time ofCallableexecution, needed when useCallableto thread pool.classA recursive resultlessForkJoinTaskenhanced byTransmittableThreadLocal.classA recursive result-bearingForkJoinTaskenhanced byTransmittableThreadLocal.final classTtlRunnabledecorateRunnableto getTransmittableThreadLocalvalue and transmit it to the time ofRunnableexecution, needed when useRunnableto thread pool.final classDeprecated. - 
Uses of TtlEnhanced in com.alibaba.ttl.spi
Subinterfaces of TtlEnhanced in com.alibaba.ttl.spiModifier and TypeInterfaceDescriptioninterfaceThe TTL attachments for TTL tasks, eg:TtlRunnable,TtlCallable.interfaceTtlWrapper<T>Ttl Wrapper interface.Classes in com.alibaba.ttl.spi that implement TtlEnhanced - 
Uses of TtlEnhanced in com.alibaba.ttl.threadpool
Subinterfaces of TtlEnhanced in com.alibaba.ttl.threadpoolModifier and TypeInterfaceDescriptioninterfaceDisable inheritableForkJoinPool.ForkJoinWorkerThreadFactory.interfaceDisable inheritableThreadFactory. 
TtlRunnable,ScheduledExecutorServiceinstead ofTimer,TimerTask.