Package | Description |
---|---|
io.vertx.core.spi.cluster | |
io.vertx.spi.cluster.hazelcast | |
io.vertx.spi.cluster.ignite | |
io.vertx.spi.cluster.jgroups |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
ClusterManager.getAsyncMultiMap(String name,
Handler<AsyncResult<AsyncMultiMap<K,V>>> resultHandler)
Return an async multi-map for the given name
|
Modifier and Type | Method and Description |
---|---|
<K,V> void |
HazelcastClusterManager.getAsyncMultiMap(String name,
Handler<AsyncResult<AsyncMultiMap<K,V>>> resultHandler)
Every eventbus handler has an ID.
|
Modifier and Type | Method and Description |
---|---|
<K,V> void |
IgniteClusterManager.getAsyncMultiMap(String name,
Handler<AsyncResult<AsyncMultiMap<K,V>>> handler) |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
JGroupsClusterManager.getAsyncMultiMap(String name,
Handler<AsyncResult<AsyncMultiMap<K,V>>> handler) |
Copyright © 2016. All rights reserved.