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