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) |
CompletableFuture<Acknowledge> archiveExecutionGraph(AccessExecutionGraph executionGraph)
AccessExecutionGraph
on the history server.executionGraph
- to store on the history serverstatic HistoryServerArchivist createHistoryServerArchivist(Configuration configuration, JsonArchivist jsonArchivist)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.