<K,V> io.reactivex.rxjava3.core.Single<AsyncMap<K,V>> |
SharedData.getAsyncMap(String name) |
Get the AsyncMap with the specified name.
|
<K,V> io.reactivex.rxjava3.core.Single<AsyncMap<K,V>> |
SharedData.getClusterWideMap(String name) |
Get the cluster wide map with the specified name.
|
<K,V> io.reactivex.rxjava3.core.Single<AsyncMap<K,V>> |
SharedData.getLocalAsyncMap(String name) |
Get the AsyncMap with the specified name.
|
<K,V> io.reactivex.rxjava3.core.Single<AsyncMap<K,V>> |
SharedData.rxGetAsyncMap(String name) |
Get the AsyncMap with the specified name.
|
<K,V> io.reactivex.rxjava3.core.Single<AsyncMap<K,V>> |
SharedData.rxGetClusterWideMap(String name) |
Get the cluster wide map with the specified name.
|
<K,V> io.reactivex.rxjava3.core.Single<AsyncMap<K,V>> |
SharedData.rxGetLocalAsyncMap(String name) |
Get the AsyncMap with the specified name.
|