Package | Description |
---|---|
io.vertx.core.shareddata | |
io.vertx.core.spi.cluster | |
io.vertx.rxjava.core.shareddata | |
io.vertx.spi.cluster.hazelcast |
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<K,V> |
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) |
Copyright © 2015. All Rights Reserved.