Uses of Interface
io.vertx.core.shareddata.LocalMap
Packages that use LocalMap
Package
Description
-
Uses of LocalMap in io.vertx.core.shareddata
Methods in io.vertx.core.shareddata that return LocalMapModifier and TypeMethodDescription<K,V> LocalMap <K, V> SharedData.getLocalMap(String name) Return aLocalMapwith the specificname. -
Uses of LocalMap in io.vertx.reactivex.core.shareddata
Methods in io.vertx.reactivex.core.shareddata that return LocalMapMethods in io.vertx.reactivex.core.shareddata with parameters of type LocalMapModifier and TypeMethodDescriptionstatic <K,V> LocalMap <K, V> LocalMap.newInstance(LocalMap arg) static <K,V> LocalMap <K, V> LocalMap.newInstance(LocalMap arg, io.vertx.lang.rx.TypeArg<K> __typeArg_K, io.vertx.lang.rx.TypeArg<V> __typeArg_V) Constructors in io.vertx.reactivex.core.shareddata with parameters of type LocalMap -
Uses of LocalMap in io.vertx.rxjava3.core.shareddata
Methods in io.vertx.rxjava3.core.shareddata that return LocalMapMethods in io.vertx.rxjava3.core.shareddata with parameters of type LocalMapModifier and TypeMethodDescriptionstatic <K,V> LocalMap <K, V> LocalMap.newInstance(LocalMap arg) static <K,V> LocalMap <K, V> LocalMap.newInstance(LocalMap arg, io.vertx.lang.rx.TypeArg<K> __typeArg_K, io.vertx.lang.rx.TypeArg<V> __typeArg_V) Constructors in io.vertx.rxjava3.core.shareddata with parameters of type LocalMap