| Package | Description |
|---|---|
| net.kuujo.vertigo.component | |
| net.kuujo.vertigo.component.impl | |
| net.kuujo.vertigo.hook | |
| net.kuujo.vertigo.io | |
| net.kuujo.vertigo.java | |
| net.kuujo.vertigo.util |
| Modifier and Type | Method and Description |
|---|---|
InstanceContext |
Component.context()
Returns the component instance context.
|
InstanceContext |
ComponentContext.instance(int instanceNumber)
Gets a component instance context by instance ID.
|
InstanceContext |
ComponentContext.instance(String address)
Gets a component instance context by instance address.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceContext> |
ComponentContext.instances()
Gets a list of all component instance contexts.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentFactory.createComponent(InstanceContext context,
Cluster cluster)
Creates a component.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentCoordinator |
ComponentCoordinator.start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<InstanceContext>> doneHandler)
Starts the coordinator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInstanceContext
A component instance context which contains information regarding a specific component
(module or verticle) instance within a network.
|
| Modifier and Type | Field and Description |
|---|---|
protected InstanceContext |
DefaultComponent.context |
| Modifier and Type | Field and Description |
|---|---|
protected List<InstanceContext> |
DefaultComponentContext.instances |
| Modifier and Type | Method and Description |
|---|---|
InstanceContext |
DefaultComponent.context() |
InstanceContext |
DefaultComponentContext.instance(int instanceNumber) |
InstanceContext |
DefaultComponentContext.instance(String address) |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceContext> |
DefaultComponentContext.instances() |
| Modifier and Type | Method and Description |
|---|---|
Component |
DefaultComponentFactory.createComponent(InstanceContext context,
Cluster cluster) |
void |
DefaultInstanceContext.notify(InstanceContext update) |
static org.vertx.java.core.json.JsonObject |
DefaultInstanceContext.toJson(InstanceContext context)
Serializes an instance context to JSON.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentCoordinator |
DefaultComponentCoordinator.start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<InstanceContext>> doneHandler) |
| Constructor and Description |
|---|
DefaultComponent(InstanceContext context,
org.vertx.java.core.Vertx vertx,
org.vertx.java.platform.Container container,
Cluster cluster) |
DefaultComponentCoordinator(InstanceContext context,
org.vertx.java.core.Vertx vertx,
Cluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
EventBusHookListener |
EventBusHookListener.startHandler(org.vertx.java.core.Handler<InstanceContext> startHandler)
Sets a start handler.
|
EventBusHookListener |
EventBusHookListener.stopHandler(org.vertx.java.core.Handler<InstanceContext> stopHandler)
Sets a stop handler.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceContext |
IOContext.instance()
Returns the parent instance context.
|
| Modifier and Type | Field and Description |
|---|---|
protected InstanceContext |
ComponentVerticle.context |
| Modifier and Type | Method and Description |
|---|---|
static org.vertx.java.core.json.JsonObject |
Config.buildConfig(InstanceContext context,
Cluster cluster)
Builds a verticle configuration.
|
Copyright © 2013-2014. All Rights Reserved.