public class UxPool extends Object
| Modifier and Type | Method and Description |
|---|---|
<K,V> io.vertx.core.Future<V> |
get(K key) |
<K,V> io.vertx.core.Future<V> |
get(K key,
boolean once) |
<K,V> io.vertx.core.Future<io.zero.epic.container.KeyPair<K,V>> |
put(K key,
V value) |
<K,V> io.vertx.core.Future<io.zero.epic.container.KeyPair<K,V>> |
put(K key,
V value,
int expiredSecs) |
<K,V> io.vertx.core.Future<io.zero.epic.container.KeyPair<K,V>> |
remove(K key) |
public <K,V> io.vertx.core.Future<io.zero.epic.container.KeyPair<K,V>> put(K key,
V value)
public <K,V> io.vertx.core.Future<io.zero.epic.container.KeyPair<K,V>> put(K key,
V value,
int expiredSecs)
public <K,V> io.vertx.core.Future<io.zero.epic.container.KeyPair<K,V>> remove(K key)
public <K,V> io.vertx.core.Future<V> get(K key)
public <K,V> io.vertx.core.Future<V> get(K key,
boolean once)
Copyright © 2019. All rights reserved.