Package | Description |
---|---|
io.vertx.core.shareddata | |
io.vertx.reactivex.core.shareddata | |
io.vertx.rxjava.core.shareddata |
Modifier and Type | Method and Description |
---|---|
<K,V> LocalMap<K,V> |
SharedData.getLocalMap(String name)
Return a
LocalMap with the specific name . |
Modifier and Type | Method and Description |
---|---|
LocalMap |
LocalMap.getDelegate() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
LocalMap(LocalMap delegate) |
Modifier and Type | Method and Description |
---|---|
LocalMap |
LocalMap.getDelegate() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
LocalMap(LocalMap delegate) |
Copyright © 2021 Eclipse. All rights reserved.