| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COMPONENT_CONFIG |
"config" |
public static final String |
COMPONENT_GROUP |
"group" |
public static final String |
COMPONENT_HOOKS |
"hooks" |
public static final String |
COMPONENT_NAME |
"name" |
public static final String |
COMPONENT_NUM_INSTANCES |
"instances" |
public static final String |
COMPONENT_TYPE |
"type" |
public static final String |
COMPONENT_TYPE_MODULE |
"module" |
public static final String |
COMPONENT_TYPE_VERTICLE |
"verticle" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MODULE_NAME |
"module" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VERTICLE_IS_MULTI_THREADED |
"multi-threaded" |
public static final String |
VERTICLE_IS_WORKER |
"worker" |
public static final String |
VERTICLE_MAIN |
"main" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONNECTION_HOOKS |
"hooks" |
public static final String |
CONNECTION_SELECTOR |
"selector" |
public static final String |
CONNECTION_SOURCE |
"source" |
public static final String |
CONNECTION_TARGET |
"target" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SOURCE_COMPONENT |
"component" |
public static final String |
SOURCE_PORT |
"port" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SOURCE_COMPONENT |
"component" |
public static final String |
SOURCE_PORT |
"port" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEBUG_PORT |
"debug" |
public static final String |
ERROR_PORT |
"error" |
public static final String |
FATAL_PORT |
"fatal" |
public static final String |
INFO_PORT |
"info" |
public static final String |
TRACE_PORT |
"trace" |
public static final String |
WARN_PORT |
"warn" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALL |
"all" |
public static final String |
CUSTOM |
"custom" |
public static final String |
FAIR |
"fair" |
public static final String |
HASH |
"hash" |
public static final String |
RANDOM |
"random" |
public static final String |
ROUND_ROBIN |
"round-robin" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NETWORK_COMPONENTS |
"components" |
public static final String |
NETWORK_NAME |
"name" |
Copyright © 2013-2014. All Rights Reserved.