JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
io.vertx.core.shareddata.LocalMap
Packages that use
LocalMap
Package
Description
io.vertx.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 a
LocalMap
with the specific
name
.