Class HistoryServerOptions


  • @PublicEvolving
    public class HistoryServerOptions
    extends Object
    The set of configuration options relating to the HistoryServer.
    • Field Detail

      • 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_RETAINED_JOBS

        public static final ConfigOption<Integer> HISTORY_SERVER_RETAINED_JOBS