Package | Description |
---|---|
com.dsf.dbxtract.cdc.journal | |
com.dsf.dbxtract.cdc.sample |
Modifier and Type | Method and Description |
---|---|
JournalStrategy |
JournalStrategy.getById(int id)
Retrieve a strategy based on its identifier
|
JournalStrategy |
SimpleJournalHandler.getStrategy() |
JournalStrategy |
JournalHandler.getStrategy()
Establish the journal strategy:
DELETE - removes imported rows from journal table
WINDOW - memorizes
|
static JournalStrategy |
JournalStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JournalStrategy[] |
JournalStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SimpleJournalHandler(java.lang.String journalTable,
java.lang.String query,
int batchSize,
Publisher publisher,
JournalStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
JournalStrategy |
TestWindowHandler.getStrategy() |
JournalStrategy |
TestHandler.getStrategy() |