Uses of Package
com.alibaba.ttl
Packages that use com.alibaba.ttl
- 
Classes in com.alibaba.ttl used by com.alibaba.ttlClassDescription
TransmittableThreadLocal(TTL) can transmit the value from the thread of submitting task to the thread of executing task even using thread pooling components.The transmittee is the extension point for otherThreadLocals which are registered byregisterTransmitteemethod.TtlCallabledecorateCallableto getTransmittableThreadLocalvalue and transmit it to the time ofCallableexecution, needed when useCallableto thread pool.TtlCopiercopies the value whenTransmitter#capture(), use the copied value whenTransmitter#replay(Object).TtlRunnabledecorateRunnableto getTransmittableThreadLocalvalue and transmit it to the time ofRunnableexecution, needed when useRunnableto thread pool.Deprecated. 
TtlRunnable,ScheduledExecutorServiceinstead ofTimer,TimerTask.