| Package | Description |
|---|---|
| net.kuujo.vertigo.io.connection | |
| net.kuujo.vertigo.io.connection.impl | |
| net.kuujo.vertigo.network | |
| net.kuujo.vertigo.network.impl | |
| net.kuujo.vertigo.util |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
ConnectionConfig.addHook(IOHook hook)
Adds an input/output hook to the connection.
|
ConnectionConfig |
ConnectionConfig.allSelect()
Sets an all selector on the connection.
|
ConnectionConfig |
ConnectionConfig.customSelect(Selector selector)
Sets a custom selector on the connection.
|
ConnectionConfig |
ConnectionConfig.fairSelect()
Sets a fair selector on the connection.
|
ConnectionConfig |
ConnectionConfig.hashSelect()
Sets a mod-hash based selector on the connection.
|
ConnectionConfig |
ConnectionConfig.randomSelect()
Sets a random selector on the connection.
|
ConnectionConfig |
ConnectionConfig.roundSelect()
Sets a round-robin selector on the connection.
|
ConnectionConfig |
ConnectionConfig.setSelector(Selector selector)
Sets the connection selector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionConfig
Default connection configuration implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
DefaultConnectionConfig.addHook(IOHook hook) |
ConnectionConfig |
DefaultConnectionConfig.allSelect() |
ConnectionConfig |
DefaultConnectionConfig.customSelect(Selector selector) |
ConnectionConfig |
DefaultConnectionConfig.fairSelect() |
ConnectionConfig |
DefaultConnectionConfig.hashSelect() |
ConnectionConfig |
DefaultConnectionConfig.randomSelect() |
ConnectionConfig |
DefaultConnectionConfig.roundSelect() |
ConnectionConfig |
DefaultConnectionConfig.setSelector(Selector selector) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
NetworkConfig.createConnection(ConnectionConfig connection)
Creates a connection between two components.
|
ConnectionConfig |
ActiveNetwork.createConnection(ConnectionConfig connection)
Creates a connection between two components in the network.
|
ConnectionConfig |
ActiveNetwork.createConnection(ConnectionConfig connection,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Creates a connection between two components in the network.
|
ConnectionConfig |
NetworkConfig.createConnection(String source,
String target)
Creates a connection between two components.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String target)
Creates a connection between two components in the network.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String target,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Creates a connection between two components in the network.
|
ConnectionConfig |
NetworkConfig.createConnection(String source,
String target,
Selector selector)
Creates a connection between two components.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String target,
Selector selector)
Creates a connection between two components in the network.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String target,
Selector selector,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Creates a connection between two components in the network.
|
ConnectionConfig |
NetworkConfig.createConnection(String source,
String out,
String target,
String in)
Creates a connection between two components.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String out,
String target,
String in)
Creates a connection between two components in the network.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String out,
String target,
String in,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Creates a connection between two components in the network.
|
ConnectionConfig |
NetworkConfig.createConnection(String source,
String out,
String target,
String in,
Selector selector)
Creates a connection between two components.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String out,
String target,
String in,
Selector selector)
Creates a connection between two components in the network.
|
ConnectionConfig |
ActiveNetwork.createConnection(String source,
String out,
String target,
String in,
Selector selector,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Creates a connection between two components in the network.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ConnectionConfig> |
NetworkConfig.getConnections()
Returns a collection of network connections.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
NetworkConfig.createConnection(ConnectionConfig connection)
Creates a connection between two components.
|
ConnectionConfig |
ActiveNetwork.createConnection(ConnectionConfig connection)
Creates a connection between two components in the network.
|
ConnectionConfig |
ActiveNetwork.createConnection(ConnectionConfig connection,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Creates a connection between two components in the network.
|
NetworkConfig |
NetworkConfig.destroyConnection(ConnectionConfig connection)
Destroys a connection between two components.
|
ActiveNetwork |
ActiveNetwork.destroyConnection(ConnectionConfig connection)
Destroys a connection between two components in the network.
|
ActiveNetwork |
ActiveNetwork.destroyConnection(ConnectionConfig connection,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Destroys a connection between two components in the network.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
DefaultNetworkConfig.createConnection(ConnectionConfig connection) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(ConnectionConfig connection) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(ConnectionConfig connection,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ConnectionConfig |
DefaultNetworkConfig.createConnection(String source,
String target) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String target) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String target,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ConnectionConfig |
DefaultNetworkConfig.createConnection(String source,
String target,
Selector selector) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String target,
Selector selector) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String target,
Selector selector,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ConnectionConfig |
DefaultNetworkConfig.createConnection(String source,
String out,
String target,
String in) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String out,
String target,
String in) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String out,
String target,
String in,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ConnectionConfig |
DefaultNetworkConfig.createConnection(String source,
String out,
String target,
String in,
Selector selector) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String out,
String target,
String in,
Selector selector) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(String source,
String out,
String target,
String in,
Selector selector,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConnectionConfig> |
DefaultNetworkConfig.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
DefaultNetworkConfig.createConnection(ConnectionConfig connection) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(ConnectionConfig connection) |
ConnectionConfig |
DefaultActiveNetwork.createConnection(ConnectionConfig connection,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
NetworkConfig |
DefaultNetworkConfig.destroyConnection(ConnectionConfig connection) |
ActiveNetwork |
DefaultActiveNetwork.destroyConnection(ConnectionConfig connection) |
ActiveNetwork |
DefaultActiveNetwork.destroyConnection(ConnectionConfig connection,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionConfig |
Configs.createConnection(org.vertx.java.core.json.JsonObject config)
Creates a connection configuration from json.
|
Copyright © 2013-2014. All Rights Reserved.