Uses of Class
io.vertx.rxjava3.core.shareddata.AsyncMap
Packages that use AsyncMap
-
Uses of AsyncMap in io.vertx.rxjava3.core.shareddata
Fields in io.vertx.rxjava3.core.shareddata with type parameters of type AsyncMapModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<AsyncMap> AsyncMap.__TYPE_ARGMethods in io.vertx.rxjava3.core.shareddata that return AsyncMapModifier and TypeMethodDescriptionstatic <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.rxjava3.core.shareddata that return types with arguments of type AsyncMapModifier and TypeMethodDescriptionSharedData.getAsyncMap(String name) Get theAsyncMapwith the specified name.SharedData.getClusterWideMap(String name) Get the cluster wide map with the specified name.SharedData.getLocalAsyncMap(String name) Get theAsyncMapwith the specified name.SharedData.rxGetAsyncMap(String name) Get theAsyncMapwith the specified name.SharedData.rxGetClusterWideMap(String name) Get the cluster wide map with the specified name.SharedData.rxGetLocalAsyncMap(String name) Get theAsyncMapwith the specified name.