| Package | Description | 
|---|---|
| io.vertx.rxjava.core.shareddata | 
| Modifier and Type | Field and Description | 
|---|---|
| static io.vertx.lang.rx.TypeArg<AsyncMap> | AsyncMap. __TYPE_ARG | 
| Modifier and Type | Method and Description | 
|---|---|
| static <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) | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> Single<AsyncMap<K,V>> | SharedData. rxGetAsyncMap(String name)Get the  AsyncMapwith the specified name. | 
| <K,V> Single<AsyncMap<K,V>> | SharedData. rxGetClusterWideMap(String name)Get the cluster wide map with the specified name. | 
| <K,V> Single<AsyncMap<K,V>> | SharedData. rxGetLocalAsyncMap(String name)Get the  AsyncMapwith the specified name. | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> void | SharedData. getAsyncMap(String name,
           Handler<AsyncResult<AsyncMap<K,V>>> resultHandler)Get the  AsyncMapwith the specified name. | 
| <K,V> void | SharedData. getClusterWideMap(String name,
                 Handler<AsyncResult<AsyncMap<K,V>>> resultHandler)Get the cluster wide map with the specified name. | 
| <K,V> void | SharedData. getLocalAsyncMap(String name,
                Handler<AsyncResult<AsyncMap<K,V>>> resultHandler)Get the  AsyncMapwith the specified name. | 
Copyright © 2021 Eclipse. All rights reserved.