@Public
@Evolving
public interface ApplicationConstants
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
ApplicationConstants.ContainerLaunchType |
The type of launch for the container.
|
static class |
ApplicationConstants.Environment |
Environment for Applications.
|
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
APP_SUBMIT_TIME_ENV |
The environment variable for APP_SUBMIT_TIME.
|
static java.lang.String |
APPLICATION_WEB_PROXY_BASE_ENV |
The environmental variable for APPLICATION_WEB_PROXY_BASE.
|
static java.lang.String |
CLASS_PATH_SEPARATOR |
This constant is used to construct class path and it will be replaced with
real class path separator(':' for Linux and ';' for Windows) by
NodeManager on container launch.
|
static java.lang.String |
CONTAINER_TOKEN_FILE_ENV_NAME |
The cache file into which container token is written
|
static java.lang.String |
JVM_ADD_OPENS_VAR |
The environmental variable for JDK17's add-opens workaround.
|
static java.lang.String |
KEYSTORE_FILE_LOCATION_ENV_NAME |
The file into which the keystore containing the AM's certificate is
written.
|
static java.lang.String |
KEYSTORE_PASSWORD_ENV_NAME |
The password for the AM's keystore.
|
static java.lang.String |
LOG_DIR_EXPANSION_VAR |
The temporary environmental variable for container log directory.
|
static java.lang.String |
PARAMETER_EXPANSION_LEFT |
The following two constants are used to expand parameter and it will be
replaced with real parameter expansion marker ('%' for Windows and '$' for
Linux) by NodeManager on container launch.
|
static java.lang.String |
PARAMETER_EXPANSION_RIGHT |
User has to use this constant to construct class path if user wants
cross-platform practice i.e.
|
static java.lang.String |
STDERR |
|
static java.lang.String |
STDOUT |
|
static java.lang.String |
SYSLOG |
|
static java.lang.String |
TRUSTSTORE_FILE_LOCATION_ENV_NAME |
The file into which the truststore containing the AM's certificate is
written.
|
static java.lang.String |
TRUSTSTORE_PASSWORD_ENV_NAME |
The password for the AM's truststore.
|
static final java.lang.String APP_SUBMIT_TIME_ENV
static final java.lang.String CONTAINER_TOKEN_FILE_ENV_NAME
static final java.lang.String KEYSTORE_FILE_LOCATION_ENV_NAME
static final java.lang.String KEYSTORE_PASSWORD_ENV_NAME
static final java.lang.String TRUSTSTORE_FILE_LOCATION_ENV_NAME
static final java.lang.String TRUSTSTORE_PASSWORD_ENV_NAME
static final java.lang.String APPLICATION_WEB_PROXY_BASE_ENV
static final java.lang.String JVM_ADD_OPENS_VAR
static final java.lang.String LOG_DIR_EXPANSION_VAR
@Public @Unstable static final java.lang.String CLASS_PATH_SEPARATOR
@Public @Unstable static final java.lang.String PARAMETER_EXPANSION_LEFT
@Public @Unstable static final java.lang.String PARAMETER_EXPANSION_RIGHT
static final java.lang.String STDERR
static final java.lang.String STDOUT
static final java.lang.String SYSLOG
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.