Modifier and Type | Method and Description |
---|---|
<K,V> Future<AsyncMap<K,V>> |
SharedData.getAsyncMap(String name)
Same as
SharedData.getAsyncMap(String, Handler) but returns a Future of the asynchronous result |
<K,V> Future<AsyncMap<K,V>> |
SharedData.getClusterWideMap(String name)
Same as
SharedData.getClusterWideMap(String, Handler) but returns a Future of the asynchronous result |
<K,V> Future<AsyncMap<K,V>> |
SharedData.getLocalAsyncMap(String name)
Same as
SharedData.getLocalAsyncMap(String, Handler) but returns a Future of the asynchronous result |
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. |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
ClusterManager.getAsyncMap(String name,
Promise<AsyncMap<K,V>> promise)
Return an
AsyncMap for the given name . |
Modifier and Type | Method and Description |
---|---|
static <K,V> InfinispanAsyncMap<K,V> |
InfinispanAsyncMap.unwrap(AsyncMap asyncMap)
Unwraps a generic
AsyncMap to an InfinispanAsyncMap . |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
InfinispanClusterManager.getAsyncMap(String name,
Promise<AsyncMap<K,V>> promise) |
Modifier and Type | Method and Description |
---|---|
AsyncMap |
AsyncMap.getDelegate() |
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) |
Constructor and Description |
---|
AsyncMap(AsyncMap delegate) |
Modifier and Type | Method and Description |
---|---|
AsyncMap |
AsyncMap.getDelegate() |
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) |
Constructor and Description |
---|
AsyncMap(AsyncMap delegate) |
Modifier and Type | Method and Description |
---|---|
AsyncMap |
AsyncMap.getDelegate() |
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) |
Constructor and Description |
---|
AsyncMap(AsyncMap delegate) |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
HazelcastClusterManager.getAsyncMap(String name,
Promise<AsyncMap<K,V>> promise) |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
IgniteClusterManager.getAsyncMap(String name,
Promise<AsyncMap<K,V>> promise) |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
ZookeeperClusterManager.getAsyncMap(String name,
Promise<AsyncMap<K,V>> promise) |
Copyright © 2023 Eclipse. All rights reserved.