@PublicEvolving public class WebOptions extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static ConfigOption<String> | ACCESS_CONTROL_ALLOW_ORIGINThe config parameter defining the Access-Control-Allow-Origin header for all
 responses from the web-frontend. | 
| static ConfigOption<String> | ADDRESSConfig parameter defining the runtime monitor web-frontend server address. | 
| static ConfigOption<Integer> | ARCHIVE_COUNTThe config parameter defining the number of archived jobs for the JobManager. | 
| static ConfigOption<Integer> | BACKPRESSURE_CLEANUP_INTERVALTime, in milliseconds, after which cached stats are cleaned up if not accessed. | 
| static ConfigOption<Integer> | BACKPRESSURE_DELAYDelay between stack trace samples to determine back pressure in milliseconds. | 
| static ConfigOption<Integer> | BACKPRESSURE_NUM_SAMPLESNumber of stack trace samples to take to determine back pressure. | 
| static ConfigOption<Integer> | BACKPRESSURE_REFRESH_INTERVALTime, in milliseconds, after which available stats are deprecated and need to be refreshed (by resampling). | 
| static ConfigOption<Integer> | CHECKPOINTS_HISTORY_SIZEConfig parameter defining the number of checkpoints to remember for recent history. | 
| static ConfigOption<String> | LOG_PATHThe log file location (may be in /log for standalone but under log directory when using YARN). | 
| static ConfigOption<Integer> | PORTDeprecated. 
 Use  RestOptions.PORTinstead | 
| static ConfigOption<Long> | REFRESH_INTERVALThe config parameter defining the refresh interval for the web-frontend in milliseconds. | 
| static ConfigOption<Boolean> | SSL_ENABLEDConfig parameter to override SSL support for the JobManager Web UI. | 
| static ConfigOption<Boolean> | SUBMIT_ENABLEConfig parameter indicating whether jobs can be uploaded and run from the web-frontend. | 
| static ConfigOption<Long> | TIMEOUTTimeout for asynchronous operations by the web monitor in milliseconds. | 
| static ConfigOption<String> | TMP_DIRThe config parameter defining the flink web directory to be used by the webmonitor. | 
| static ConfigOption<String> | UPLOAD_DIRThe config parameter defining the directory for uploading the job jars. | 
public static final ConfigOption<String> ADDRESS
@Deprecated public static final ConfigOption<Integer> PORT
RestOptions.PORT insteadpublic static final ConfigOption<String> ACCESS_CONTROL_ALLOW_ORIGIN
public static final ConfigOption<Long> REFRESH_INTERVAL
public static final ConfigOption<Boolean> SSL_ENABLED
public static final ConfigOption<String> TMP_DIR
public static final ConfigOption<String> UPLOAD_DIR
public static final ConfigOption<Integer> ARCHIVE_COUNT
public static final ConfigOption<String> LOG_PATH
public static final ConfigOption<Boolean> SUBMIT_ENABLE
public static final ConfigOption<Integer> CHECKPOINTS_HISTORY_SIZE
public static final ConfigOption<Integer> BACKPRESSURE_CLEANUP_INTERVAL
public static final ConfigOption<Integer> BACKPRESSURE_REFRESH_INTERVAL
public static final ConfigOption<Integer> BACKPRESSURE_NUM_SAMPLES
public static final ConfigOption<Integer> BACKPRESSURE_DELAY
public static final ConfigOption<Long> TIMEOUT
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.