| Package | Description |
|---|---|
| net.kuujo.vertigo | |
| net.kuujo.vertigo.cluster | |
| net.kuujo.vertigo.cluster.impl | |
| net.kuujo.vertigo.network | |
| net.kuujo.vertigo.network.impl |
| Modifier and Type | Method and Description |
|---|---|
Vertigo |
Vertigo.deployNetwork(String name,
ClusterConfig cluster)
Deploys a bare network to the Vertigo cluster.
|
Vertigo |
Vertigo.deployNetwork(String name,
ClusterConfig cluster,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Deploys a bare network to the Vertigo cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
ClusterConfig.setAddress(String address)
Sets the cluster address.
|
ClusterConfig |
ClusterConfig.setScope(ClusterScope scope)
Sets the network scope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClusterConfig
Default cluster configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
DefaultClusterConfig.setAddress(String address) |
ClusterConfig |
DefaultClusterConfig.setScope(ClusterScope scope) |
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
NetworkConfig.getClusterConfig()
Returns the network's cluster configuration.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkConfig |
NetworkConfig.setClusterConfig(ClusterConfig cluster)
Sets the network's cluster configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
DefaultNetworkConfig.getClusterConfig() |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfig |
DefaultNetworkConfig.setClusterConfig(ClusterConfig cluster) |
Copyright © 2013-2014. All Rights Reserved.