Skip navigation links
A B C E G H P R S T 

A

afterExecute() - Method in class com.alibaba.ttl.TransmittableThreadLocal
Callback method after task object(TtlRunnable/TtlCallable) execute.

B

beforeExecute() - Method in class com.alibaba.ttl.TransmittableThreadLocal
Callback method before task object(TtlRunnable/TtlCallable) execute.

C

call() - Method in class com.alibaba.ttl.TtlCallable
wrap method Callable.call().
cancel() - Method in class com.alibaba.ttl.TtlTimerTask
Deprecated.
 
com.alibaba.ttl - package com.alibaba.ttl
TTL API.
com.alibaba.ttl.threadpool - package com.alibaba.ttl.threadpool
Thread pool decoration utils.
com.alibaba.ttl.threadpool.agent - package com.alibaba.ttl.threadpool.agent
TTL Agent.
copy(T) - Method in class com.alibaba.ttl.TransmittableThreadLocal
Computes the value for this transmittable thread-local variable as a function of the source thread's value at the time the task Object is created.

E

equals(Object) - Method in class com.alibaba.ttl.TtlCallable
 
equals(Object) - Method in class com.alibaba.ttl.TtlRunnable
 

G

get() - Method in class com.alibaba.ttl.TransmittableThreadLocal
 
get(Callable<T>) - Static method in class com.alibaba.ttl.TtlCallable
Factory method, wrapper input Callable to TtlCallable.
get(Callable<T>, boolean) - Static method in class com.alibaba.ttl.TtlCallable
Factory method, wrapper input Callable to TtlCallable.
get(Callable<T>, boolean, boolean) - Static method in class com.alibaba.ttl.TtlCallable
Factory method, wrapper input Callable to TtlCallable.
get(Runnable) - Static method in class com.alibaba.ttl.TtlRunnable
Factory method, wrapper input Runnable to TtlRunnable.
get(Runnable, boolean) - Static method in class com.alibaba.ttl.TtlRunnable
Factory method, wrapper input Runnable to TtlRunnable.
get(Runnable, boolean, boolean) - Static method in class com.alibaba.ttl.TtlRunnable
Factory method, wrapper input Runnable to TtlRunnable.
get(TimerTask) - Static method in class com.alibaba.ttl.TtlTimerTask
Deprecated.
Factory method, wrapper input Runnable to TtlTimerTask.
get(TimerTask, boolean) - Static method in class com.alibaba.ttl.TtlTimerTask
Deprecated.
Factory method, wrapper input Runnable to TtlTimerTask.
get(TimerTask, boolean, boolean) - Static method in class com.alibaba.ttl.TtlTimerTask
Deprecated.
Factory method, wrapper input Runnable to TtlTimerTask.
getCallable() - Method in class com.alibaba.ttl.TtlCallable
 
getRunnable() - Method in class com.alibaba.ttl.TtlRunnable
return original/unwrapped Runnable.
gets(Collection<? extends Callable<T>>) - Static method in class com.alibaba.ttl.TtlCallable
wrapper input Callable Collection to TtlCallable Collection.
gets(Collection<? extends Callable<T>>, boolean) - Static method in class com.alibaba.ttl.TtlCallable
wrapper input Callable Collection to TtlCallable Collection.
gets(Collection<? extends Callable<T>>, boolean, boolean) - Static method in class com.alibaba.ttl.TtlCallable
wrapper input Callable Collection to TtlCallable Collection.
gets(Collection<? extends Runnable>) - Static method in class com.alibaba.ttl.TtlRunnable
wrapper input Runnable Collection to TtlRunnable Collection.
gets(Collection<? extends Runnable>, boolean) - Static method in class com.alibaba.ttl.TtlRunnable
wrapper input Runnable Collection to TtlRunnable Collection.
gets(Collection<? extends Runnable>, boolean, boolean) - Static method in class com.alibaba.ttl.TtlRunnable
wrapper input Runnable Collection to TtlRunnable Collection.
getTimerTask() - Method in class com.alibaba.ttl.TtlTimerTask
Deprecated.
 
getTtlExecutor(Executor) - Static method in class com.alibaba.ttl.threadpool.TtlExecutors
TransmittableThreadLocal Wrapper of Executor, transmit the TransmittableThreadLocal from the task submit time of Runnable to the execution time of Runnable.
getTtlExecutorService(ExecutorService) - Static method in class com.alibaba.ttl.threadpool.TtlExecutors
TransmittableThreadLocal Wrapper of ExecutorService, transmit the TransmittableThreadLocal from the task submit time of Runnable or Callable to the execution time of Runnable or Callable.
getTtlScheduledExecutorService(ScheduledExecutorService) - Static method in class com.alibaba.ttl.threadpool.TtlExecutors
TransmittableThreadLocal Wrapper of ScheduledExecutorService, transmit the TransmittableThreadLocal from the task submit time of Runnable or Callable to the execution time of Runnable or Callable.

H

hashCode() - Method in class com.alibaba.ttl.TtlCallable
 
hashCode() - Method in class com.alibaba.ttl.TtlRunnable
 

P

premain(String, Instrumentation) - Static method in class com.alibaba.ttl.threadpool.agent.TtlAgent
 

R

remove() - Method in class com.alibaba.ttl.TransmittableThreadLocal
 
run() - Method in class com.alibaba.ttl.TtlRunnable
wrap method Runnable.run().
run() - Method in class com.alibaba.ttl.TtlTimerTask
Deprecated.
wrap method TimerTask.run().

S

set(T) - Method in class com.alibaba.ttl.TransmittableThreadLocal
 

T

toString() - Method in class com.alibaba.ttl.TtlCallable
 
toString() - Method in class com.alibaba.ttl.TtlRunnable
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class com.alibaba.ttl.threadpool.agent.TtlTransformer
 
TransmittableThreadLocal<T> - Class in com.alibaba.ttl
TransmittableThreadLocal can transmit value from the thread of submitting task to the thread of executing task.
TransmittableThreadLocal() - Constructor for class com.alibaba.ttl.TransmittableThreadLocal
 
TtlAgent - Class in com.alibaba.ttl.threadpool.agent
 
TtlCallable<V> - Class in com.alibaba.ttl
TtlCallable decorate Callable, so as to get TransmittableThreadLocal and transmit it to the time of Callable execution, needed when use Callable to thread pool.
TtlExecutors - Class in com.alibaba.ttl.threadpool
Factory Utils for getting TTL Wrapper of jdk executors.
TtlRunnable - Class in com.alibaba.ttl
TtlRunnable decorate Runnable, so as to get TransmittableThreadLocal and transmit it to the time of Runnable execution, needed when use Runnable to thread pool.
TtlTimerTask - Class in com.alibaba.ttl
Deprecated.
TtlTransformer - Class in com.alibaba.ttl.threadpool.agent
 
TtlTransformer() - Constructor for class com.alibaba.ttl.threadpool.agent.TtlTransformer
 
A B C E G H P R S T 
Skip navigation links

Copyright © 2013–2017 Alibaba. All rights reserved.