Package org.apache.flink.configuration
Class HistoryServerOptions
- java.lang.Object
-
- org.apache.flink.configuration.HistoryServerOptions
-
@PublicEvolving public class HistoryServerOptions extends Object
The set of configuration options relating to the HistoryServer.
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigOption<String>
HISTORY_SERVER_ARCHIVE_DIRS
Comma-separated list of directories which the HistoryServer polls for new archives.static ConfigOption<Duration>
HISTORY_SERVER_ARCHIVE_REFRESH_INTERVAL
The interval at which the HistoryServer pollsHISTORY_SERVER_ARCHIVE_DIRS
for new archives.static ConfigOption<Boolean>
HISTORY_SERVER_CLEANUP_EXPIRED_JOBS
If this option is enabled then deleted job archives are also deleted from HistoryServer.static ConfigOption<String>
HISTORY_SERVER_JOBMANAGER_LOG_URL_PATTERN
Pattern of the log URL of JobManager.static ConfigOption<Integer>
HISTORY_SERVER_RETAINED_JOBS
static ConfigOption<String>
HISTORY_SERVER_TASKMANAGER_LOG_URL_PATTERN
Pattern of the log URL of TaskManager.static ConfigOption<String>
HISTORY_SERVER_WEB_ADDRESS
The address under which the HistoryServer web-frontend is accessible.static ConfigOption<String>
HISTORY_SERVER_WEB_DIR
The local directory used by the HistoryServer web-frontend.static ConfigOption<Integer>
HISTORY_SERVER_WEB_PORT
The port under which the HistoryServer web-frontend is accessible.static ConfigOption<Duration>
HISTORY_SERVER_WEB_REFRESH_INTERVAL
The refresh interval for the HistoryServer web-frontend in milliseconds.static ConfigOption<Boolean>
HISTORY_SERVER_WEB_SSL_ENABLED
Enables/Disables SSL support for the HistoryServer web-frontend.
-
-
-
Field Detail
-
HISTORY_SERVER_ARCHIVE_REFRESH_INTERVAL
public static final ConfigOption<Duration> HISTORY_SERVER_ARCHIVE_REFRESH_INTERVAL
The interval at which the HistoryServer pollsHISTORY_SERVER_ARCHIVE_DIRS
for new archives.
-
HISTORY_SERVER_ARCHIVE_DIRS
public static final ConfigOption<String> HISTORY_SERVER_ARCHIVE_DIRS
Comma-separated list of directories which the HistoryServer polls for new archives.
-
HISTORY_SERVER_CLEANUP_EXPIRED_JOBS
public static final ConfigOption<Boolean> HISTORY_SERVER_CLEANUP_EXPIRED_JOBS
If this option is enabled then deleted job archives are also deleted from HistoryServer.
-
HISTORY_SERVER_TASKMANAGER_LOG_URL_PATTERN
public static final ConfigOption<String> HISTORY_SERVER_TASKMANAGER_LOG_URL_PATTERN
Pattern of the log URL of TaskManager. The HistoryServer will generate actual URLs from it.
-
HISTORY_SERVER_JOBMANAGER_LOG_URL_PATTERN
public static final ConfigOption<String> HISTORY_SERVER_JOBMANAGER_LOG_URL_PATTERN
Pattern of the log URL of JobManager. The HistoryServer will generate actual URLs from it.
-
HISTORY_SERVER_WEB_DIR
public static final ConfigOption<String> HISTORY_SERVER_WEB_DIR
The local directory used by the HistoryServer web-frontend.
-
HISTORY_SERVER_WEB_ADDRESS
public static final ConfigOption<String> HISTORY_SERVER_WEB_ADDRESS
The address under which the HistoryServer web-frontend is accessible.
-
HISTORY_SERVER_WEB_PORT
public static final ConfigOption<Integer> HISTORY_SERVER_WEB_PORT
The port under which the HistoryServer web-frontend is accessible.
-
HISTORY_SERVER_WEB_REFRESH_INTERVAL
public static final ConfigOption<Duration> HISTORY_SERVER_WEB_REFRESH_INTERVAL
The refresh interval for the HistoryServer web-frontend in milliseconds.
-
HISTORY_SERVER_WEB_SSL_ENABLED
public static final ConfigOption<Boolean> HISTORY_SERVER_WEB_SSL_ENABLED
Enables/Disables SSL support for the HistoryServer web-frontend. Only relevant ifSecurityOptions.SSL_REST_ENABLED
is enabled.
-
HISTORY_SERVER_RETAINED_JOBS
public static final ConfigOption<Integer> HISTORY_SERVER_RETAINED_JOBS
-
-