| 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> Observable<AsyncMap<K,V>> | 
SharedData.getAsyncMapObservable(String name)
Deprecated. 
 
use  
SharedData.rxGetAsyncMap(java.lang.String) instead | 
<K,V> Observable<AsyncMap<K,V>> | 
SharedData.getClusterWideMapObservable(String name)
Deprecated. 
 
use  
SharedData.rxGetClusterWideMap(java.lang.String) instead | 
<K,V> Observable<AsyncMap<K,V>> | 
SharedData.getLocalAsyncMapObservable(String name)
Deprecated. 
 
use  
SharedData.rxGetLocalAsyncMap(java.lang.String) instead | 
<K,V> Single<AsyncMap<K,V>> | 
SharedData.rxGetAsyncMap(String name)
Get the  
AsyncMap with 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  
AsyncMap with the specified name. | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> void | 
SharedData.getAsyncMap(String name,
           Handler<AsyncResult<AsyncMap<K,V>>> resultHandler)
Get the  
AsyncMap with 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  
AsyncMap with the specified name. | 
Copyright © 2020 Eclipse. All rights reserved.