Class LocalRecoveryConfig

java.lang.Object
org.apache.flink.runtime.state.LocalRecoveryConfig

public class LocalRecoveryConfig extends Object
This class encapsulates the completed configuration for local recovery, i.e. the root directories into which all file-based snapshots can be written and the general mode for the local recover feature.
  • Field Details

    • BACKUP_AND_RECOVERY_DISABLED

      public static final LocalRecoveryConfig BACKUP_AND_RECOVERY_DISABLED
  • Constructor Details

    • LocalRecoveryConfig

      public LocalRecoveryConfig(boolean localRecoveryEnabled, boolean localBackupEnabled, @Nullable LocalSnapshotDirectoryProvider directoryProvider)
  • Method Details