Package | Description |
---|---|
io.vertx.core.spi.cluster | |
io.vertx.spi.cluster.hazelcast | |
io.vertx.spi.cluster.jgroups | |
io.vertx.spi.cluster.jgroups.domain.async |
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> AsyncMultiMap<K,V> |
CacheManager.createAsyncMultiMap(String name) |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
JGroupsClusterManager.getAsyncMultiMap(String name,
Handler<AsyncResult<AsyncMultiMap<K,V>>> handler) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncMultiMapWrapper<K,V> |
Copyright © 2015. All rights reserved.