static <K,V> SharedClient |
SharedClient.createShared(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config,
String name)
Create local map from shared data
|
SharedClient<String,Object> |
MapInfix.get() |
SharedClient<K,V> |
SharedClientImpl.get(K key,
boolean once,
io.vertx.core.Handler<io.vertx.core.AsyncResult<V>> handler) |
SharedClient<K,V> |
SharedClient.get(K key,
boolean once,
io.vertx.core.Handler<io.vertx.core.AsyncResult<V>> handler) |
SharedClient<K,V> |
SharedClientImpl.get(K key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<V>> handler) |
SharedClient<K,V> |
SharedClient.get(K key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<V>> handler) |
static SharedClient<String,Object> |
MapInfix.getClient() |
SharedClient<K,V> |
SharedClientImpl.put(K key,
V value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.zero.epic.container.KeyPair<K,V>>> handler) |
SharedClient<K,V> |
SharedClient.put(K key,
V value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.zero.epic.container.KeyPair<K,V>>> handler) |
SharedClient<K,V> |
SharedClientImpl.put(K key,
V value,
int seconds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.zero.epic.container.KeyPair<K,V>>> handler) |
SharedClient<K,V> |
SharedClient.put(K key,
V value,
int expiredSecs,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.zero.epic.container.KeyPair<K,V>>> handler) |
SharedClient<K,V> |
SharedClientImpl.remove(K key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.zero.epic.container.KeyPair<K,V>>> handler) |
SharedClient<K,V> |
SharedClient.remove(K key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.zero.epic.container.KeyPair<K,V>>> handler) |
SharedClient<K,V> |
SharedClientImpl.switchClient(String name) |
SharedClient<K,V> |
SharedClient.switchClient(String name) |