public class JobCancellationWithSavepointHandlers extends Object
JobManagerMessages.CancelJobWithSavepoint
messages.Constructor and Description |
---|
JobCancellationWithSavepointHandlers(ExecutionGraphCache currentGraphs,
Executor executor) |
JobCancellationWithSavepointHandlers(ExecutionGraphCache currentGraphs,
Executor executor,
String defaultSavepointDirectory) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.runtime.rest.handler.legacy.JobCancellationWithSavepointHandlers.InProgressHandler |
getInProgressHandler() |
org.apache.flink.runtime.rest.handler.legacy.JobCancellationWithSavepointHandlers.TriggerHandler |
getTriggerHandler() |
public JobCancellationWithSavepointHandlers(ExecutionGraphCache currentGraphs, Executor executor)
public JobCancellationWithSavepointHandlers(ExecutionGraphCache currentGraphs, Executor executor, @Nullable String defaultSavepointDirectory)
public org.apache.flink.runtime.rest.handler.legacy.JobCancellationWithSavepointHandlers.TriggerHandler getTriggerHandler()
public org.apache.flink.runtime.rest.handler.legacy.JobCancellationWithSavepointHandlers.InProgressHandler getInProgressHandler()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.