public class EnvironmentVariables extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTAINER_NAME
The container name - the more standard long term replacement for
KARAF_NAME |
static String |
ENVIRONMENT_VARIABLES_PID
The PID for environment variables to inject into docker processes
|
static String |
FABRIC8_FABRIC_ENVIRONMENT |
static String |
FABRIC8_GLOBAL_RESOLVER |
static String |
FABRIC8_JPDA_PROXY_PORT
The Java debugger port to used to connect to a container's JVM
|
static String |
FABRIC8_LISTEN_ADDRESS
The default address (host name or IP address) to listen on for network connections
|
static String |
FABRIC8_LOCAL_CONTAINER_ADDRESS
Each container gets its own local IP address starting at 127.0.0.1, 127.0.0.2, 127.0.0.3
for use for example with local cassandra clusters
|
static String |
FABRIC8_MANUALIP |
static String |
KARAF_NAME |
static String |
ZOOKEEPER_PASSWORD |
static String |
ZOOKEEPER_PASSWORD_ENCODE |
static String |
ZOOKEEPER_URL |
| Constructor and Description |
|---|
EnvironmentVariables() |
public static final String ENVIRONMENT_VARIABLES_PID
public static final String ZOOKEEPER_URL
public static final String ZOOKEEPER_PASSWORD
public static final String ZOOKEEPER_PASSWORD_ENCODE
public static final String KARAF_NAME
public static final String CONTAINER_NAME
KARAF_NAMEpublic static final String FABRIC8_MANUALIP
public static final String FABRIC8_GLOBAL_RESOLVER
public static final String FABRIC8_FABRIC_ENVIRONMENT
public static final String FABRIC8_LISTEN_ADDRESS
public static final String FABRIC8_LOCAL_CONTAINER_ADDRESS
public static final String FABRIC8_JPDA_PROXY_PORT
Copyright © 2011–2014 Red Hat. All rights reserved.