|
|||||||||||
| 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(Object data)
Deprecated. Constructor with one parameter. |
|
| Method Summary | |
|---|---|
String |
getIdentifier()
Deprecated. Returns the checkpoint identifier. |
boolean |
getRestartInfoEnabled()
Deprecated. |
boolean |
getWorkEnabled()
Deprecated. |
void |
setIdentifier(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(Object data)
data - TreeMap of attribute/value pairs| Method Detail |
|---|
public String getIdentifier()
getIdentifier in interface CheckpointConfigpublic void setIdentifier(String id)
setIdentifier in interface CheckpointConfigid - The checkpoint identifierpublic boolean getWorkEnabled()
getWorkEnabled in interface CheckpointConfigtrue if the feature is enabled; false
otherwise.public boolean getRestartInfoEnabled()
getRestartInfoEnabled in interface CheckpointConfigtrue if the restart info is enabled;
false otherwise.public void setWorkEnabled(boolean enable)
setWorkEnabled in interface CheckpointConfigenable - new valuepublic void setRestartInfoEnabled(boolean enable)
setRestartInfoEnabled in interface CheckpointConfigenable - new value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||