Uses of Class
com.alibaba.ttl.TtlCallable
-
Packages that use TtlCallable Package Description com.alibaba.ttl TTL API. -
-
Uses of TtlCallable in com.alibaba.ttl
Methods in com.alibaba.ttl that return TtlCallable Modifier and Type Method Description static <T> TtlCallable<T>TtlCallable. get(Callable<T> callable)Factory method, wrap inputCallabletoTtlCallable.static <T> TtlCallable<T>TtlCallable. get(Callable<T> callable, boolean releaseTtlValueReferenceAfterCall)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 TtlCallable Modifier and Type Method Description static <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.
-