@PublicEvolving public class HistoryServerOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<String> |
HISTORY_SERVER_ARCHIVE_DIRS
Comma-separated list of directories which the HistoryServer polls for new archives.
|
static ConfigOption<Long> |
HISTORY_SERVER_ARCHIVE_REFRESH_INTERVAL
The interval at which the HistoryServer polls
HISTORY_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<Long> |
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.
|
public static final ConfigOption<Long> HISTORY_SERVER_ARCHIVE_REFRESH_INTERVAL
HISTORY_SERVER_ARCHIVE_DIRS
for new archives.public static final ConfigOption<String> HISTORY_SERVER_ARCHIVE_DIRS
public static final ConfigOption<Boolean> HISTORY_SERVER_CLEANUP_EXPIRED_JOBS
public static final ConfigOption<String> HISTORY_SERVER_TASKMANAGER_LOG_URL_PATTERN
public static final ConfigOption<String> HISTORY_SERVER_JOBMANAGER_LOG_URL_PATTERN
public static final ConfigOption<String> HISTORY_SERVER_WEB_DIR
public static final ConfigOption<String> HISTORY_SERVER_WEB_ADDRESS
public static final ConfigOption<Integer> HISTORY_SERVER_WEB_PORT
public static final ConfigOption<Long> HISTORY_SERVER_WEB_REFRESH_INTERVAL
public static final ConfigOption<Boolean> HISTORY_SERVER_WEB_SSL_ENABLED
SecurityOptions.SSL_REST_ENABLED
is enabled.public static final ConfigOption<Integer> HISTORY_SERVER_RETAINED_JOBS
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.