Uses of Class
com.alibaba.ttl.TtlRunnable
-
Packages that use TtlRunnable Package Description com.alibaba.ttl TTL API. -
-
Uses of TtlRunnable in com.alibaba.ttl
Methods in com.alibaba.ttl that return TtlRunnable Modifier and Type Method Description static TtlRunnableTtlRunnable. get(Runnable runnable)Factory method, wrap inputRunnabletoTtlRunnable.static TtlRunnableTtlRunnable. get(Runnable runnable, boolean releaseTtlValueReferenceAfterRun)Factory method, wrap inputRunnabletoTtlRunnable.static TtlRunnableTtlRunnable. get(Runnable runnable, boolean releaseTtlValueReferenceAfterRun, boolean idempotent)Factory method, wrap inputRunnabletoTtlRunnable.Methods in com.alibaba.ttl that return types with arguments of type TtlRunnable Modifier and Type Method Description static List<TtlRunnable>TtlRunnable. gets(Collection<? extends Runnable> tasks)wrap inputRunnableCollection toTtlRunnableCollection.static List<TtlRunnable>TtlRunnable. gets(Collection<? extends Runnable> tasks, boolean releaseTtlValueReferenceAfterRun)wrap inputRunnableCollection toTtlRunnableCollection.static List<TtlRunnable>TtlRunnable. gets(Collection<? extends Runnable> tasks, boolean releaseTtlValueReferenceAfterRun, boolean idempotent)wrap inputRunnableCollection toTtlRunnableCollection.
-