| Package | Description |
|---|---|
| com.alibaba.ttl |
TTL API.
|
| Modifier and Type | Method and Description |
|---|---|
static TtlRunnable |
TtlRunnable.get(Runnable runnable)
Factory method, wrapper input
Runnable to TtlRunnable. |
static TtlRunnable |
TtlRunnable.get(Runnable runnable,
boolean releaseTtlValueReferenceAfterRun)
Factory method, wrapper input
Runnable to TtlRunnable. |
static TtlRunnable |
TtlRunnable.get(Runnable runnable,
boolean releaseTtlValueReferenceAfterRun,
boolean idempotent)
Factory method, wrapper input
Runnable to TtlRunnable. |
| Modifier and Type | Method and Description |
|---|---|
static List<TtlRunnable> |
TtlRunnable.gets(Collection<? extends Runnable> tasks)
wrapper input
Runnable Collection to TtlRunnable Collection. |
static List<TtlRunnable> |
TtlRunnable.gets(Collection<? extends Runnable> tasks,
boolean releaseTtlValueReferenceAfterRun)
wrapper input
Runnable Collection to TtlRunnable Collection. |
static List<TtlRunnable> |
TtlRunnable.gets(Collection<? extends Runnable> tasks,
boolean releaseTtlValueReferenceAfterRun,
boolean idempotent)
wrapper input
Runnable Collection to TtlRunnable Collection. |
Copyright © 2013–2017 Alibaba. All rights reserved.