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 value from the thread of submitting task to the thread of executing task.TtlCallable TtlCallabledecorateCallable, so as to getTransmittableThreadLocaland transmit it to the time ofCallableexecution, needed when useCallableto thread pool.TtlCopier TtlCopier creates the value whenTransmittableThreadLocal.Transmitter.capture(), use the created value whenTransmittableThreadLocal.Transmitter.replay(Object)TtlRunnable TtlRunnabledecorateRunnable, so as to getTransmittableThreadLocaland transmit it to the time ofRunnableexecution, needed when useRunnableto thread pool.TtlTimerTask Deprecated.