public interface RestartStrategy
ExecutionGraph restarts.| Modifier and Type | Method and Description |
|---|---|
boolean |
canRestart()
True if the restart strategy can be applied to restart the
ExecutionGraph. |
void |
restart(ExecutionGraph executionGraph)
Restarts the given
ExecutionGraph. |
boolean canRestart()
ExecutionGraph.void restart(ExecutionGraph executionGraph)
ExecutionGraph.executionGraph - The ExecutionGraph to be restartedCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.