| Package | Description |
|---|---|
| net.kuujo.vertigo.io.connection | |
| net.kuujo.vertigo.io.connection.impl | |
| net.kuujo.vertigo.io.selector |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Connection<T extends Connection<T>>
Connection between two instances of two components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionOutputBatch
Connection level output batch.
|
interface |
InputConnection
Input connection represents the receiving side of a connection
between two instances of two components.
|
interface |
OutputConnection
Output connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionOutputBatch
Default connection output batch implementation.
|
class |
DefaultInputConnection
Default input connection implementation.
|
class |
DefaultOutputConnection
Default output connection implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Connection> |
Selector.select(Object message,
List<T> connections)
Selects a list of connections to which to send a message.
|
<T extends Connection> |
RoundRobinSelector.select(Object message,
List<T> connections) |
<T extends Connection> |
RandomSelector.select(Object message,
List<T> connections) |
<T extends Connection> |
HashSelector.select(Object message,
List<T> connections) |
<T extends Connection> |
FairSelector.select(Object message,
List<T> connections) |
<T extends Connection> |
CustomSelector.select(Object message,
List<T> connections) |
<T extends Connection> |
AllSelector.select(Object message,
List<T> connections) |
Copyright © 2013-2014. All Rights Reserved.