Uses of Package
com.alibaba.ttl
-
Packages that use com.alibaba.ttl Package Description com.alibaba.ttl TTL API. -
Classes in com.alibaba.ttl used by com.alibaba.ttl Class Description TransmittableThreadLocal TransmittableThreadLocal(TTL) can transmit the value from the thread of submitting task to the thread of executing task.TtlCallable TtlCallabledecorateCallableto getTransmittableThreadLocalvalue and transmit it to the time ofCallableexecution, needed when useCallableto thread pool.TtlCopier TtlCopiercopies the value whenTransmittableThreadLocal.Transmitter.capture(), use the copied value whenTransmittableThreadLocal.Transmitter.replay(Object)TtlRunnable TtlRunnabledecorateRunnableto getTransmittableThreadLocalvalue and transmit it to the time ofRunnableexecution, needed when useRunnableto thread pool.TtlTimerTask Deprecated.