| Package | Description |
|---|---|
| org.spf4j.base | |
| org.spf4j.concurrent | |
| org.spf4j.log |
| Modifier and Type | Method and Description |
|---|---|
static Pair<String,String> |
Pair.from(String stringPair)
Creates a pair from a str1,str2 pair.
|
static <A,B> Pair<A,B> |
Pair.of(A first,
B second) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
Pair.asMap(Pair<K,? extends V>... pairs) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Map<Future,Object>,Exception> |
Futures.getAll(long timeoutMillis,
Future... futures) |
static Pair<Map<Future,Object>,Exception> |
Futures.getAll(long timeoutMillis,
Iterable<Future> futures) |
static Pair<Map<Future,Object>,Exception> |
Futures.getAllWithDeadlineNanos(long deadlineNanos,
Future... futures) |
static Pair<Map<Future,Object>,Exception> |
Futures.getAllWithDeadlineNanos(long deadlineNanos,
Iterable<Future> futures) |
| Modifier and Type | Class and Description |
|---|---|
class |
LogAttribute<T> |
Copyright © 2019 SPF4J. All rights reserved.