@PublicEvolving public class WebOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<String> |
ACCESS_CONTROL_ALLOW_ORIGIN
The config parameter defining the Access-Control-Allow-Origin header for all responses from
the web-frontend.
|
static ConfigOption<String> |
ADDRESS
Deprecated.
|
static ConfigOption<Integer> |
ARCHIVE_COUNT
The config parameter defining the number of archived jobs for the JobManager.
|
static ConfigOption<Integer> |
BACKPRESSURE_CLEANUP_INTERVAL
Deprecated.
- no longer used.
|
static ConfigOption<Integer> |
BACKPRESSURE_DELAY
Deprecated.
- no longer used.
|
static ConfigOption<Integer> |
BACKPRESSURE_NUM_SAMPLES
Deprecated.
- no longer used.
|
static ConfigOption<Integer> |
BACKPRESSURE_REFRESH_INTERVAL
Deprecated.
- no longer used.
|
static ConfigOption<Boolean> |
CANCEL_ENABLE
Config parameter indicating whether jobs can be cancel from the web-frontend.
|
static ConfigOption<Integer> |
CHECKPOINTS_HISTORY_SIZE
Config parameter defining the number of checkpoints to remember for recent history.
|
static ConfigOption<String> |
LOG_PATH
The log file location (may be in /log for standalone but under log directory when using
YARN).
|
static ConfigOption<Integer> |
MAX_EXCEPTION_HISTORY_SIZE
The maximum number of failures kept in the exception history.
|
static ConfigOption<Integer> |
PORT
Deprecated.
Use
RestOptions.PORT instead |
static ConfigOption<Long> |
REFRESH_INTERVAL
The config parameter defining the refresh interval for the web-frontend in milliseconds.
|
static ConfigOption<Boolean> |
SSL_ENABLED
Deprecated.
|
static ConfigOption<Boolean> |
SUBMIT_ENABLE
Config parameter indicating whether jobs can be uploaded and run from the web-frontend.
|
static ConfigOption<Long> |
TIMEOUT
Timeout for asynchronous operations by the web monitor in milliseconds.
|
static ConfigOption<String> |
TMP_DIR
The config parameter defining the flink web directory to be used by the webmonitor.
|
static ConfigOption<String> |
UPLOAD_DIR
The config parameter defining the directory for uploading the job jars.
|
@Deprecated 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
@Deprecated 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<Boolean> CANCEL_ENABLE
public static final ConfigOption<Integer> CHECKPOINTS_HISTORY_SIZE
public static final ConfigOption<Integer> MAX_EXCEPTION_HISTORY_SIZE
@Deprecated public static final ConfigOption<Integer> BACKPRESSURE_CLEANUP_INTERVAL
@Deprecated public static final ConfigOption<Integer> BACKPRESSURE_REFRESH_INTERVAL
@Deprecated public static final ConfigOption<Integer> BACKPRESSURE_NUM_SAMPLES
@Deprecated public static final ConfigOption<Integer> BACKPRESSURE_DELAY
public static final ConfigOption<Long> TIMEOUT
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.