public final class SchedulerUtils extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static CheckpointIDCounter |
createCheckpointIDCounterIfCheckpointingIsEnabled(JobGraph jobGraph,
CheckpointRecoveryFactory checkpointRecoveryFactory) |
static CompletedCheckpointStore |
createCompletedCheckpointStoreIfCheckpointingIsEnabled(JobGraph jobGraph,
org.apache.flink.configuration.Configuration configuration,
CheckpointRecoveryFactory checkpointRecoveryFactory,
Executor ioExecutor,
org.slf4j.Logger log) |
public static CompletedCheckpointStore createCompletedCheckpointStoreIfCheckpointingIsEnabled(JobGraph jobGraph, org.apache.flink.configuration.Configuration configuration, CheckpointRecoveryFactory checkpointRecoveryFactory, Executor ioExecutor, org.slf4j.Logger log) throws JobExecutionException
public static CheckpointIDCounter createCheckpointIDCounterIfCheckpointingIsEnabled(JobGraph jobGraph, CheckpointRecoveryFactory checkpointRecoveryFactory) throws JobExecutionException
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.