All Classes
-
All Classes Interface Summary Class Summary Class Description DisableInheritableForkJoinWorkerThreadFactory Disable inheritableForkJoinPool.ForkJoinWorkerThreadFactory.DisableInheritableThreadFactory Disable inheritableThreadFactory.TransmittableThreadLocal<T> 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 Transmittertransmit allTransmittableThreadLocaland registeredThreadLocalvalues of the current thread to other thread.TransmittableThreadLocal.Transmitter.Transmittee<C,B> The transmittee is the extension point for otherThreadLocals which are registered byregisterTransmitteemethod.TtlAgent TTL Java Agent.TtlAttachments The TTL attachments for TTL tasks, eg:TtlRunnable,TtlCallable.TtlAttachmentsDelegate TtlAttachmentsdelegate/implementation.TtlCallable<V> TtlCallabledecorateCallableto getTransmittableThreadLocalvalue and transmit it to the time ofCallableexecution, needed when useCallableto thread pool.TtlCopier<T> TtlCopiercopies the value whenTransmitter#capture(), use the copied value whenTransmitter#replay(Object).TtlEnhanced a Ttl marker/tag interface, for ttl enhanced class, for exampleTTL wrapperlikeTtlRunnable,TtlCallable.TtlExecutors Util methods for TTL wrapper of jdk executors.TtlForkJoinPoolHelper Util methods to wrap/check/unwrap methods for disable Inheritable wrapper ofForkJoinPool.ForkJoinWorkerThreadFactory.TtlRecursiveAction A recursive resultlessForkJoinTaskenhanced byTransmittableThreadLocal.TtlRecursiveTask<V> A recursive result-bearingForkJoinTaskenhanced byTransmittableThreadLocal.TtlRunnable TtlRunnabledecorateRunnableto getTransmittableThreadLocalvalue and transmit it to the time ofRunnableexecution, needed when useRunnableto thread pool.TtlTimerTask Deprecated. TtlTransformer TTLClassFileTransformerof Java AgentTtlUnwrap Util methods for TTL Wrapper: unwrap TTL Wrapper and check TTL Wrapper.TtlWrapper<T> Ttl Wrapper interface.TtlWrappers Util methods for TTL Wrapper: wrap commonFunctional Interface.