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 class
TtlCallable<V>
TtlCallable
decorateCallable
to getTransmittableThreadLocal
value and transmit it to the time ofCallable
execution, needed when useCallable
to thread pool.class
A recursive resultlessForkJoinTask
enhanced byTransmittableThreadLocal
.class
A recursive result-bearingForkJoinTask
enhanced byTransmittableThreadLocal
.final class
TtlRunnable
decorateRunnable
to getTransmittableThreadLocal
value and transmit it to the time ofRunnable
execution, needed when useRunnable
to thread pool.final class
Deprecated. -
Uses of TtlEnhanced in com.alibaba.ttl.spi
Subinterfaces of TtlEnhanced in com.alibaba.ttl.spiModifier and TypeInterfaceDescriptioninterface
The TTL attachments for TTL tasks, eg:TtlRunnable
,TtlCallable
.interface
TtlWrapper<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 TypeInterfaceDescriptioninterface
Disable inheritableForkJoinPool.ForkJoinWorkerThreadFactory
.interface
Disable inheritableThreadFactory
.
TtlRunnable
,ScheduledExecutorService
instead ofTimer
,TimerTask
.