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 class
TtlCallable<V>
TtlCallable
decorateCallable
to getTransmittableThreadLocal
value and transmit it to the time ofCallable
execution, needed when useCallable
to thread pool.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 TtlWrapper in com.alibaba.ttl.threadpool
Subinterfaces of TtlWrapper in com.alibaba.ttl.threadpoolModifier and TypeInterfaceDescriptioninterface
Disable inheritableForkJoinPool.ForkJoinWorkerThreadFactory
.interface
Disable inheritableThreadFactory
.
TtlRunnable
,ScheduledExecutorService
instead ofTimer
,TimerTask
.