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.TransmittableThreadLocal.Transmitter TransmittableThreadLocal.Transmittertransmit allTransmittableThreadLocaland registeredThreadLocalvalues of the current thread to other thread.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 whenTransmittableThreadLocal.Transmitter.capture(), use the copied value whenTransmittableThreadLocal.Transmitter.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/unwrap/check methods to disable Inheritable forForkJoinPool.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.