public interface HistoryServerArchivist
ExecutionGraphInfo
.Modifier and Type | Method and Description |
---|---|
CompletableFuture<Acknowledge> |
archiveExecutionGraph(ExecutionGraphInfo executionGraphInfo)
Archives the given
ExecutionGraphInfo on the history server. |
static HistoryServerArchivist |
createHistoryServerArchivist(Configuration configuration,
JsonArchivist jsonArchivist,
Executor ioExecutor) |
CompletableFuture<Acknowledge> archiveExecutionGraph(ExecutionGraphInfo executionGraphInfo)
ExecutionGraphInfo
on the history server.executionGraphInfo
- to store on the history serverstatic HistoryServerArchivist createHistoryServerArchivist(Configuration configuration, JsonArchivist jsonArchivist, Executor ioExecutor)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.