Uses of Interface
io.vertx.core.shareddata.LocalMap
-
Packages that use LocalMap Package Description io.vertx.core.shareddata io.vertx.reactivex.core.shareddata io.vertx.rxjava3.core.shareddata -
-
Uses of LocalMap in io.vertx.core.shareddata
Methods in io.vertx.core.shareddata that return LocalMap Modifier and Type Method Description <K,V>
LocalMap<K,V>SharedData. getLocalMap(String name)
Return aLocalMap
with the specificname
. -
Uses of LocalMap in io.vertx.reactivex.core.shareddata
Methods in io.vertx.reactivex.core.shareddata that return LocalMap Modifier and Type Method Description LocalMap
LocalMap. getDelegate()
Methods in io.vertx.reactivex.core.shareddata with parameters of type LocalMap Modifier and Type Method Description static <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 Constructor Description LocalMap(LocalMap delegate)
-
Uses of LocalMap in io.vertx.rxjava3.core.shareddata
Methods in io.vertx.rxjava3.core.shareddata that return LocalMap Modifier and Type Method Description LocalMap
LocalMap. getDelegate()
Methods in io.vertx.rxjava3.core.shareddata with parameters of type LocalMap Modifier and Type Method Description static <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 Constructor Description LocalMap(LocalMap delegate)
-