Uses of Class
io.vertx.reactivex.core.shareddata.AsyncMap
-
Packages that use AsyncMap Package Description io.vertx.reactivex.core.shareddata -
-
Uses of AsyncMap in io.vertx.reactivex.core.shareddata
Fields in io.vertx.reactivex.core.shareddata with type parameters of type AsyncMap Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<AsyncMap>
AsyncMap. __TYPE_ARG
Methods in io.vertx.reactivex.core.shareddata that return AsyncMap Modifier and Type Method Description static <K,V>
AsyncMap<K,V>AsyncMap. newInstance(AsyncMap arg)
static <K,V>
AsyncMap<K,V>AsyncMap. newInstance(AsyncMap arg, io.vertx.lang.rx.TypeArg<K> __typeArg_K, io.vertx.lang.rx.TypeArg<V> __typeArg_V)
Methods in io.vertx.reactivex.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 theAsyncMap
with 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 theAsyncMap
with the specified name.<K,V>
Single<AsyncMap<K,V>>SharedData. rxGetAsyncMap(String name)
Get theAsyncMap
with the specified name.<K,V>
Single<AsyncMap<K,V>>SharedData. rxGetClusterWideMap(String name)
Get the cluster wide map with the specified name.<K,V>
Single<AsyncMap<K,V>>SharedData. rxGetLocalAsyncMap(String name)
Get theAsyncMap
with the specified name.
-