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 even using thread pooling components.TransmittableThreadLocal.Transmitter.Transmittee The transmittee is the extension point for otherThreadLocals which are registered byregisterTransmitteemethod.TtlCallable TtlCallabledecorateCallableto getTransmittableThreadLocalvalue and transmit it to the time ofCallableexecution, needed when useCallableto thread pool.TtlCopier TtlCopiercopies the value whenTransmitter#capture(), use the copied value whenTransmitter#replay(Object).TtlRunnable TtlRunnabledecorateRunnableto getTransmittableThreadLocalvalue and transmit it to the time ofRunnableexecution, needed when useRunnableto thread pool.TtlTimerTask Deprecated.