Uses of Interface
io.vertx.core.shareddata.AsyncMap
-
Packages that use AsyncMap Package Description io.vertx.core.shareddata io.vertx.core.spi.cluster -
-
Uses of AsyncMap in io.vertx.core.shareddata
Methods in io.vertx.core.shareddata that return types with arguments of type AsyncMap Modifier and Type Method Description <K,V>
Future<AsyncMap<K,V>>SharedData. getAsyncMap(String name)Get theAsyncMapwith the specified name.<K,V>
Future<AsyncMap<K,V>>SharedData. getClusterWideMap(String name)Get the cluster wide map with the specified name.<K,V>
Future<AsyncMap<K,V>>SharedData. getLocalAsyncMap(String name)Get theAsyncMapwith the specified name. -
Uses of AsyncMap in io.vertx.core.spi.cluster
Method parameters in io.vertx.core.spi.cluster with type arguments of type AsyncMap Modifier and Type Method Description <K,V>
voidClusterManager. getAsyncMap(String name, Completable<AsyncMap<K,V>> promise)Return anAsyncMapfor the givenname.
-