| Package | Description |
|---|---|
| com.alibaba.ttl |
TTL API.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> TtlCallable<T> |
TtlCallable.get(Callable<T> callable)
Factory method, wrapper input
Callable to TtlCallable. |
static <T> TtlCallable<T> |
TtlCallable.get(Callable<T> callable,
boolean releaseTtlValueReferenceAfterCall)
Factory method, wrapper input
Callable to TtlCallable. |
static <T> TtlCallable<T> |
TtlCallable.get(Callable<T> callable,
boolean releaseTtlValueReferenceAfterCall,
boolean idempotent)
Factory method, wrapper input
Callable to TtlCallable. |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<TtlCallable<T>> |
TtlCallable.gets(Collection<? extends Callable<T>> tasks)
wrapper input
Callable Collection to TtlCallable Collection. |
static <T> List<TtlCallable<T>> |
TtlCallable.gets(Collection<? extends Callable<T>> tasks,
boolean releaseTtlValueReferenceAfterCall)
wrapper input
Callable Collection to TtlCallable Collection. |
static <T> List<TtlCallable<T>> |
TtlCallable.gets(Collection<? extends Callable<T>> tasks,
boolean releaseTtlValueReferenceAfterCall,
boolean idempotent)
wrapper input
Callable Collection to TtlCallable Collection. |
Copyright © 2013–2016 Alibaba. All rights reserved.