Class CheckpointConfigImpl

    • Constructor Detail

      • CheckpointConfigImpl

        public CheckpointConfigImpl()
        Deprecated.
        Constructors
      • CheckpointConfigImpl

        public CheckpointConfigImpl​(java.lang.Object data)
        Deprecated.
        Constructor with one parameter.
        Parameters:
        data - TreeMap of attribute/value pairs
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
        Deprecated.
        Returns the checkpoint identifier.
        Specified by:
        getIdentifier in interface CheckpointConfig
        Returns:
        Checkpoint identifier
      • setIdentifier

        public void setIdentifier​(java.lang.String id)
        Deprecated.
        Sets the checkpoint identifier.
        Specified by:
        setIdentifier in interface CheckpointConfig
        Parameters:
        id - The checkpoint identifier
      • getWorkEnabled

        public boolean getWorkEnabled()
        Deprecated.
        Specified by:
        getWorkEnabled in interface CheckpointConfig
        Returns:
        true if the feature is enabled; false otherwise.
      • getRestartInfoEnabled

        public boolean getRestartInfoEnabled()
        Deprecated.
        Specified by:
        getRestartInfoEnabled in interface CheckpointConfig
        Returns:
        true if the restart info is enabled; false otherwise.
      • setWorkEnabled

        public void setWorkEnabled​(boolean enable)
        Deprecated.
        Sets the feature on/off.
        Specified by:
        setWorkEnabled in interface CheckpointConfig
        Parameters:
        enable - new value
      • setRestartInfoEnabled

        public void setRestartInfoEnabled​(boolean enable)
        Deprecated.
        Sets the restart info on/off.
        Specified by:
        setRestartInfoEnabled in interface CheckpointConfig
        Parameters:
        enable - new value