|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Enums.ChangeTracking>
com.hcl.voltmx.sync.services.syncruntime.config.Enums.ChangeTracking
public static enum Enums.ChangeTracking
Enumeration types for change tracking.
Change tracking is the mechanism to obtain the changes that have been made to the data.
When a data source table has the columns to indicate LastUpdateTimestamp & SoftDelteFlag, then those tables has the ability of ChangeTracking
Enum Constant Summary | |
---|---|
Enterprise
Enumeration value which indicates enterprise data source is tracking the changes |
|
None
Enumeration value which indicates change tracking is not exist |
|
Replica
Enumeration value which indicates replica database is tracking the changes |
Method Summary | |
---|---|
static Enums.ChangeTracking |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Enums.ChangeTracking[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Enums.ChangeTracking Enterprise
public static final Enums.ChangeTracking Replica
public static final Enums.ChangeTracking None
Method Detail |
---|
public static Enums.ChangeTracking[] values()
for (Enums.ChangeTracking c : Enums.ChangeTracking.values()) System.out.println(c);
public static Enums.ChangeTracking valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |