Uses of Interface
io.vertx.tp.plugin.shared.SharedClient
-
Packages that use SharedClient Package Description io.vertx.tp.plugin.shared -
-
Uses of SharedClient in io.vertx.tp.plugin.shared
Classes in io.vertx.tp.plugin.shared that implement SharedClient Modifier and Type Class Description classSharedClientImpl<K,V>Methods in io.vertx.tp.plugin.shared that return SharedClient Modifier and Type Method Description SharedClient<K,V>SharedClient. clear(io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler)SharedClient<K,V>SharedClientImpl. clear(io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler)static <K,V>
SharedClientSharedClient. createShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject config, String name)Create local map from shared dataSharedClient<String,Object>MapInfix. get()SharedClient<K,V>SharedClient. get(K key, boolean once, 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)SharedClient<K,V>SharedClientImpl. 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)static SharedClient<String,Object>MapInfix. getClient()SharedClient<K,V>SharedClient. keys(io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<K>>> handler)SharedClient<K,V>SharedClientImpl. keys(io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<K>>> handler)SharedClient<K,V>SharedClient. put(K key, V value, int expiredSecs, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.up.atom.Kv<K,V>>> handler)SharedClient<K,V>SharedClient. put(K key, V value, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.up.atom.Kv<K,V>>> handler)SharedClient<K,V>SharedClientImpl. put(K key, V value, int seconds, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.up.atom.Kv<K,V>>> handler)SharedClient<K,V>SharedClientImpl. put(K key, V value, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.up.atom.Kv<K,V>>> handler)SharedClient<K,V>SharedClient. remove(K key, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.up.atom.Kv<K,V>>> handler)SharedClient<K,V>SharedClientImpl. remove(K key, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.up.atom.Kv<K,V>>> handler)SharedClient<K,V>SharedClient. size(io.vertx.core.Handler<io.vertx.core.AsyncResult<Integer>> handler)SharedClient<K,V>SharedClientImpl. size(io.vertx.core.Handler<io.vertx.core.AsyncResult<Integer>> handler)SharedClient<K,V>SharedClient. switchClient(String name)SharedClient<K,V>SharedClientImpl. switchClient(String name)
-