Uses of Interface
com.alibaba.ttl.spi.TtlEnhanced
-
Packages that use TtlEnhanced Package Description com.alibaba.ttl TTL API.com.alibaba.ttl.spi TTL SPIcom.alibaba.ttl.threadpool Thread pool wrap/decoration utils. -
-
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. -
Uses of TtlEnhanced in com.alibaba.ttl.spi
Subinterfaces of TtlEnhanced in com.alibaba.ttl.spi Modifier and Type Interface Description interfaceTtlAttachmentsThe TTL attachments for TTL tasks, eg:TtlRunnable,TtlCallable.interfaceTtlWrapper<T>Ttl Wrapper interface.Classes in com.alibaba.ttl.spi that implement TtlEnhanced Modifier and Type Class Description classTtlAttachmentsDelegateTtlAttachmentsdelegate/implementation. -
Uses of TtlEnhanced in com.alibaba.ttl.threadpool
Subinterfaces of TtlEnhanced in com.alibaba.ttl.threadpool Modifier and Type Interface Description interfaceDisableInheritableForkJoinWorkerThreadFactoryDisable inheritableForkJoinPool.ForkJoinWorkerThreadFactory.interfaceDisableInheritableThreadFactoryDisable inheritableThreadFactory.
-