@InterfaceAudience.Public
 @InterfaceStability.Evolving
public interface ApplicationConstants
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ApplicationConstants.ContainerLaunchTypeThe type of launch for the container. | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | APP_SUBMIT_TIME_ENVThe environment variable for APP_SUBMIT_TIME. | 
| static String | APPLICATION_WEB_PROXY_BASE_ENVThe environmental variable for APPLICATION_WEB_PROXY_BASE. | 
| static String | CLASS_PATH_SEPARATORThis 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 String | CONTAINER_TOKEN_FILE_ENV_NAMEThe cache file into which container token is written | 
| static String | KEYSTORE_FILE_LOCATION_ENV_NAMEThe file into which the keystore containing the AM's certificate is
 written. | 
| static String | KEYSTORE_PASSWORD_ENV_NAMEThe password for the AM's keystore. | 
| static String | LOG_DIR_EXPANSION_VARThe temporary environmental variable for container log directory. | 
| static String | PARAMETER_EXPANSION_LEFTThe 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 String | PARAMETER_EXPANSION_RIGHTUser has to use this constant to construct class path if user wants
 cross-platform practice i.e. | 
| static String | STDERR | 
| static String | STDOUT | 
| static String | TRUSTSTORE_FILE_LOCATION_ENV_NAMEThe file into which the truststore containing the AM's certificate is
 written. | 
| static String | TRUSTSTORE_PASSWORD_ENV_NAMEThe password for the AM's truststore. | 
static final String APP_SUBMIT_TIME_ENV
static final String CONTAINER_TOKEN_FILE_ENV_NAME
static final String KEYSTORE_FILE_LOCATION_ENV_NAME
static final String KEYSTORE_PASSWORD_ENV_NAME
static final String TRUSTSTORE_FILE_LOCATION_ENV_NAME
static final String TRUSTSTORE_PASSWORD_ENV_NAME
static final String APPLICATION_WEB_PROXY_BASE_ENV
static final String LOG_DIR_EXPANSION_VAR
@InterfaceAudience.Public @InterfaceStability.Unstable static final String CLASS_PATH_SEPARATOR
@InterfaceAudience.Public @InterfaceStability.Unstable static final String PARAMETER_EXPANSION_LEFT
@InterfaceAudience.Public @InterfaceStability.Unstable static final String PARAMETER_EXPANSION_RIGHT
static final String STDERR
static final String STDOUT
Copyright © 2023 Apache Software Foundation. All rights reserved.