public class HistoryServer extends Object
The HistoryServer regularly checks a set of directories for job archives created by the FsJobArchivist and
caches these in a local directory. See HistoryServerArchiveFetcher.
All configuration options are defined inHistoryServerOptions.
The WebInterface only displays the "Completed Jobs" page.
The REST API is limited to
HistoryServerStaticFileServerHandler.| 构造器和说明 |
|---|
HistoryServer(org.apache.flink.configuration.Configuration config) |
HistoryServer(org.apache.flink.configuration.Configuration config,
CountDownLatch numFinishedPolls) |
public HistoryServer(org.apache.flink.configuration.Configuration config)
throws IOException,
org.apache.flink.util.FlinkException
IOExceptionorg.apache.flink.util.FlinkExceptionpublic HistoryServer(org.apache.flink.configuration.Configuration config,
CountDownLatch numFinishedPolls)
throws IOException,
org.apache.flink.util.FlinkException
IOExceptionorg.apache.flink.util.FlinkExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.