| Package | Description |
|---|---|
| org.rapidoid.concurrent | |
| org.rapidoid.concurrent.impl | |
| org.rapidoid.plugins.cache |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Promise<T> |
| Modifier and Type | Method and Description |
|---|---|
static <FROM,TO> Future<TO> |
Futures.mapping(Future<FROM> future,
org.rapidoid.lambda.Mapper<FROM,TO> mapper) |
| Modifier and Type | Method and Description |
|---|---|
static <FROM,TO> Future<TO> |
Futures.mapping(Future<FROM> future,
org.rapidoid.lambda.Mapper<FROM,TO> mapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureImpl<T> |
class |
PromiseImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
Future<V> |
ICache.get(K key) |
Future<V> |
AbstractCache.get(K key) |
Future<Void> |
ICache.set(K key,
V value) |
Future<Void> |
AbstractCache.set(K key,
V value) |
Future<Void> |
ICache.set(K key,
V value,
long timeToLiveMs) |
Future<Void> |
AbstractCache.set(K key,
V value,
long timeToLiveMs) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.