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 |
---|---|
static <K,V> AsyncMap |
AsyncMap.newInstance(AsyncMap arg) |
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> AsyncMap<K,V> |
CacheManager.createAsyncMap(String name) |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
JGroupsClusterManager.getAsyncMap(String name,
Handler<AsyncResult<AsyncMap<K,V>>> handler) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncMapWrapper<K,V> |
Copyright © 2015. All rights reserved.