| Package | Description |
|---|---|
| net.kuujo.vertigo.cluster | |
| net.kuujo.vertigo.cluster.data | |
| net.kuujo.vertigo.cluster.data.impl | |
| net.kuujo.vertigo.cluster.impl |
| Modifier and Type | Method and Description |
|---|---|
<K,V> AsyncMap<K,V> |
Cluster.getMap(String name)
Gets an asynchronous map from the cluster.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WatchableAsyncMap<K,V>
Watchable asynchronous map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncMap<K,V>
An event bus map implementation.
|
class |
WrappedWatchableAsyncMap<K,V>
Wrapped watchable asynchronous map.
|
| Constructor and Description |
|---|
WrappedWatchableAsyncMap(AsyncMap<K,V> map,
org.vertx.java.core.Vertx vertx) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> AsyncMap<K,V> |
DefaultCluster.getMap(String name) |
Copyright © 2013-2014. All Rights Reserved.