Modifier and Type | Method and Description |
---|---|
<K,V> void |
SharedData.getClusterWideMap(String name,
Handler<AsyncResult<AsyncMap<K,V>>> resultHandler)
Get the cluster wide map 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 |
---|---|
<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,
TypeArg<K> __typeArg_K,
TypeArg<V> __typeArg_V) |
Constructor and Description |
---|
AsyncMap(AsyncMap delegate) |
AsyncMap(AsyncMap delegate,
TypeArg<K> typeArg_0,
TypeArg<V> typeArg_1) |
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,
TypeArg<K> __typeArg_K,
TypeArg<V> __typeArg_V) |
Constructor and Description |
---|
AsyncMap(AsyncMap delegate) |
AsyncMap(AsyncMap delegate,
TypeArg<K> typeArg_0,
TypeArg<V> typeArg_1) |
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 © 2017. All rights reserved.