Uses of Class
com.alibaba.ttl.TtlCallable
Packages that use TtlCallable
- 
Uses of TtlCallable in com.alibaba.ttl
Methods in com.alibaba.ttl that return TtlCallableModifier and TypeMethodDescriptionstatic <T> TtlCallable<T>Factory method, wrap inputCallabletoTtlCallable.static <T> TtlCallable<T>Factory method, wrap inputCallabletoTtlCallable.static <T> TtlCallable<T>TtlCallable.get(Callable<T> callable, boolean releaseTtlValueReferenceAfterCall, boolean idempotent) Factory method, wrap inputCallabletoTtlCallable.Methods in com.alibaba.ttl that return types with arguments of type TtlCallableModifier and TypeMethodDescriptionstatic <T> List<TtlCallable<T>>TtlCallable.gets(Collection<? extends Callable<T>> tasks) wrap inputCallableCollection toTtlCallableCollection.static <T> List<TtlCallable<T>>TtlCallable.gets(Collection<? extends Callable<T>> tasks, boolean releaseTtlValueReferenceAfterCall) wrap inputCallableCollection toTtlCallableCollection.static <T> List<TtlCallable<T>>TtlCallable.gets(Collection<? extends Callable<T>> tasks, boolean releaseTtlValueReferenceAfterCall, boolean idempotent) wrap inputCallableCollection toTtlCallableCollection.