Uses of Enum
org.apache.flink.runtime.dispatcher.TriggerSavepointMode
Packages that use TriggerSavepointMode
-
Uses of TriggerSavepointMode in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return TriggerSavepointModeModifier and TypeMethodDescriptionstatic TriggerSavepointModeReturns the enum constant of this type with the specified name.static TriggerSavepointMode[]TriggerSavepointMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.dispatcher with parameters of type TriggerSavepointModeModifier and TypeMethodDescriptionTriggerSavepointFunction.apply(org.apache.flink.api.common.JobID jobId, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) Dispatcher.stopWithSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) DispatcherCachedOperationsHandler.stopWithSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) Dispatcher.stopWithSavepointAndGetLocation(org.apache.flink.api.common.JobID jobId, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) default CompletableFuture<String>DispatcherGateway.stopWithSavepointAndGetLocation(org.apache.flink.api.common.JobID jobId, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) Stops the job with a savepoint, returning a future that completes with the savepoint location when the savepoint is completed.Dispatcher.triggerSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) DispatcherCachedOperationsHandler.triggerSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) Dispatcher.triggerSavepointAndGetLocation(org.apache.flink.api.common.JobID jobId, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) default CompletableFuture<String>DispatcherGateway.triggerSavepointAndGetLocation(org.apache.flink.api.common.JobID jobId, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) Triggers a savepoint with the given savepoint directory as a target, returning a future that completes with the savepoint location when it is complete. -
Uses of TriggerSavepointMode in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor with parameters of type TriggerSavepointModeModifier and TypeMethodDescriptiondefault CompletableFuture<Acknowledge>RestfulGateway.stopWithSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) Stops the job with a savepoint, returning a future that completes when the operation is started.default CompletableFuture<Acknowledge>RestfulGateway.triggerSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) Triggers a savepoint with the given savepoint directory as a target, returning a future that completes when the operation is started.