Uses of Interface
com.alibaba.ttl.TtlEnhanced
-
Packages that use TtlEnhanced Package Description com.alibaba.ttl TTL API. -
-
Uses of TtlEnhanced in com.alibaba.ttl
Classes in com.alibaba.ttl that implement TtlEnhanced Modifier and Type Class Description classTtlCallable<V>TtlCallabledecorateCallable, so as to getTransmittableThreadLocaland transmit it to the time ofCallableexecution, needed when useCallableto thread pool.classTtlRecursiveActionA recursive resultlessForkJoinTaskenhanced byTransmittableThreadLocal.classTtlRecursiveTask<V>A recursive result-bearingForkJoinTaskenhanced byTransmittableThreadLocal.classTtlRunnableTtlRunnabledecorateRunnable, so as to getTransmittableThreadLocaland transmit it to the time ofRunnableexecution, needed when useRunnableto thread pool.classTtlTimerTaskDeprecated.
-