@FunctionalInterface public interface TriggerSavepointFunction
| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.