@FunctionalInterface public interface TriggerSavepointFunction
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<String> |
apply(org.apache.flink.api.common.JobID jobId,
String targetDirectory,
org.apache.flink.core.execution.SavepointFormatType formatType,
TriggerSavepointMode savepointMode,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<String> apply(org.apache.flink.api.common.JobID jobId, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, org.apache.flink.api.common.time.Time timeout)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.