Interface CheckpointConfig

  • All Superinterfaces:
    BaseConfiguration, java.io.Serializable
    All Known Implementing Classes:
    CheckpointConfigImpl

    public interface CheckpointConfig
    extends BaseConfiguration
    Deprecated.
    This interface is no longer used, Checkpoint/restart is deprecated.
    Used for configuring a Checkpoint configuration.
    • Method Detail

      • getIdentifier

        java.lang.String getIdentifier()
        Deprecated.
        Returns the checkpoint identifier.
        Returns:
        Checkpoint identifier
      • setIdentifier

        void setIdentifier​(java.lang.String id)
        Deprecated.
        Sets the checkpoint identifier.
        Parameters:
        id - The checkpoint identifier
      • getWorkEnabled

        boolean getWorkEnabled()
        Deprecated.
        Returns:
        true if the feature is enabled; false otherwise.
      • getRestartInfoEnabled

        boolean getRestartInfoEnabled()
        Deprecated.
        Returns:
        true if the restart info is enabled; false otherwise.
      • setWorkEnabled

        void setWorkEnabled​(boolean enable)
        Deprecated.
        Sets the feature on/off.
        Parameters:
        enable - new value
      • setRestartInfoEnabled

        void setRestartInfoEnabled​(boolean enable)
        Deprecated.
        Sets the restart info on/off.
        Parameters:
        enable - new value