Interface HistoryServerArchivist
-
- All Known Implementing Classes:
VoidHistoryServerArchivist
public interface HistoryServerArchivistWriter for anExecutionGraphInfo.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Acknowledge>archiveExecutionGraph(ExecutionGraphInfo executionGraphInfo)Archives the givenExecutionGraphInfoon the history server.static HistoryServerArchivistcreateHistoryServerArchivist(org.apache.flink.configuration.Configuration configuration, JsonArchivist jsonArchivist, Executor ioExecutor)
-
-
-
Method Detail
-
archiveExecutionGraph
CompletableFuture<Acknowledge> archiveExecutionGraph(ExecutionGraphInfo executionGraphInfo)
Archives the givenExecutionGraphInfoon the history server.- Parameters:
executionGraphInfo- to store on the history server- Returns:
- Future which is completed once the archiving has been completed.
-
createHistoryServerArchivist
static HistoryServerArchivist createHistoryServerArchivist(org.apache.flink.configuration.Configuration configuration, JsonArchivist jsonArchivist, Executor ioExecutor)
-
-