| Package | Description |
|---|---|
| net.kuujo.vertigo | |
| net.kuujo.vertigo.java |
| Modifier and Type | Method and Description |
|---|---|
Vertigo |
Vertigo.deployCluster(String cluster)
Deploys a single node cluster at the given address.
|
Vertigo |
Vertigo.deployCluster(String cluster,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ClusterManager>> doneHandler)
Deploys a single node cluster at the given address.
|
Vertigo |
Vertigo.deployCluster(String cluster,
int nodes)
Deploys multiple nodes within a cluster at the given address.
|
Vertigo |
Vertigo.deployCluster(String cluster,
int nodes,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ClusterManager>> doneHandler)
Deploys multiple nodes within a cluster at the given address.
|
Vertigo |
Vertigo.deployNetwork(String cluster,
org.vertx.java.core.json.JsonObject network)
Deploys a json network to a specific cluster.
|
Vertigo |
Vertigo.deployNetwork(String cluster,
org.vertx.java.core.json.JsonObject network,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Deploys a json network to a specific cluster.
|
Vertigo |
Vertigo.deployNetwork(String cluster,
NetworkConfig network)
Deploys a network to a specific cluster.
|
Vertigo |
Vertigo.deployNetwork(String cluster,
NetworkConfig network,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Deploys a network to a specific cluster.
|
Vertigo |
Vertigo.deployNetwork(String cluster,
String name)
Deploys a bare network to a specific cluster.
|
Vertigo |
Vertigo.deployNetwork(String cluster,
String name,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Deploys a bare network to a specific cluster.
|
Vertigo |
Vertigo.undeployNetwork(String cluster,
org.vertx.java.core.json.JsonObject network)
Undeploys a network from the given cluster from a json configuration.
|
Vertigo |
Vertigo.undeployNetwork(String cluster,
org.vertx.java.core.json.JsonObject network,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
Undeploys a network from the given cluster from a json configuration.
|
Vertigo |
Vertigo.undeployNetwork(String cluster,
NetworkConfig network)
Undeploys a network from the given cluster.
|
Vertigo |
Vertigo.undeployNetwork(String cluster,
NetworkConfig network,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
Undeploys a network from the given cluster.
|
Vertigo |
Vertigo.undeployNetwork(String cluster,
String name)
Undeploys a complete network from the given cluster.
|
Vertigo |
Vertigo.undeployNetwork(String cluster,
String name,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
Undeploys a complete network from the given cluster.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vertigo |
ComponentVerticle.vertigo |
Copyright © 2013-2014. All Rights Reserved.