Package org.apache.flink.runtime.webmonitor.history
-
Interface Summary Interface Description JsonArchivist Interface for all classes that want to participate in the archiving of job-related json responses.OnlyExecutionGraphJsonArchivist Interface for all classes that want to participate in the archiving of job-related json responses but only provideAccessExecutionGraph
-related information. -
Class Summary Class Description ArchivedJson A simple container for a handler's JSON response and the REST URLs for which the response would've been returned.HistoryServer The HistoryServer provides a WebInterface and REST API to retrieve information about finished jobs for which the JobManager may have already shut down.HistoryServerStaticFileServerHandler Simple file server handler used by theHistoryServer
that serves requests to web frontend's static files, such as HTML, CSS, JS or JSON files. -
Enum Summary Enum Description HistoryServerUtils Utility class for the HistoryServer.