public static class OdiDataStore.CdcDescriptor
extends java.lang.Object
Used to hold Change Data Capture policy of an OdiDataStore.
| Constructor and Description |
|---|
OdiDataStore.CdcDescriptor(boolean pCdcEnabled, int pCdcOrder)
Create a CdcDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCdcOrder()
Returns the position of the
OdiDataStore in the CDC set. |
boolean |
isCdcEnabled()
Returns true if the change data capture is enabled for this datastore.
|
public OdiDataStore.CdcDescriptor(boolean pCdcEnabled,
int pCdcOrder)
pCdcEnabled - True if this datastore is added to the model's CDC set false otherwisepCdcOrder - CDC order of this datastore in the CDC setpublic boolean isCdcEnabled()
public int getCdcOrder()
OdiDataStore in the CDC set.