|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.CheckpointConfigImpl
public class CheckpointConfigImpl
Checkpoint/restart has been deprecated.
Field Summary |
---|
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
---|
NAME |
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
---|
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE |
Constructor Summary | |
---|---|
CheckpointConfigImpl()
Deprecated. Constructors |
|
CheckpointConfigImpl(java.lang.Object data)
Deprecated. Constructor with one parameter. |
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Deprecated. Returns the checkpoint identifier. |
boolean |
getRestartInfoEnabled()
Deprecated. |
boolean |
getWorkEnabled()
Deprecated. |
void |
setIdentifier(java.lang.String id)
Deprecated. Sets the checkpoint identifier. |
void |
setRestartInfoEnabled(boolean enable)
Deprecated. Sets the restart info on/off. |
void |
setWorkEnabled(boolean enable)
Deprecated. Sets the feature on/off. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CheckpointConfigImpl()
public CheckpointConfigImpl(java.lang.Object data)
data
- TreeMap of attribute/value pairsMethod Detail |
---|
public java.lang.String getIdentifier()
getIdentifier
in interface CheckpointConfig
public void setIdentifier(java.lang.String id)
setIdentifier
in interface CheckpointConfig
id
- The checkpoint identifierpublic boolean getWorkEnabled()
getWorkEnabled
in interface CheckpointConfig
true
if the feature is enabled; false
otherwise.public boolean getRestartInfoEnabled()
getRestartInfoEnabled
in interface CheckpointConfig
true
if the restart info is enabled;
false
otherwise.public void setWorkEnabled(boolean enable)
setWorkEnabled
in interface CheckpointConfig
enable
- new valuepublic void setRestartInfoEnabled(boolean enable)
setRestartInfoEnabled
in interface CheckpointConfig
enable
- new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |