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,
Handler<AsyncResult<AsyncMap<K,V>>> resultHandler)
Return an async map 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,
Handler<AsyncResult<AsyncMap<K,V>>> resultHandler) |
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,
Handler<AsyncResult<AsyncMap<K,V>>> resultHandler) |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
IgniteClusterManager.getAsyncMap(String name,
Handler<AsyncResult<AsyncMap<K,V>>> handler) |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
ZookeeperClusterManager.getAsyncMap(String name,
Handler<AsyncResult<AsyncMap<K,V>>> handler) |
Copyright © 2023 Eclipse. All rights reserved.