Package | Description |
---|---|
com.dsf.dbxtract.cdc | |
com.dsf.dbxtract.cdc.journal | |
com.dsf.dbxtract.cdc.sample |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<JournalHandler> |
Config.getHandlers()
Retrieves all handlers defined in the configuration properties.
|
Modifier and Type | Method and Description |
---|---|
Source |
Config.getSourceByHandler(JournalHandler handler)
Retrieves the data source associated to a given handler.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleJournalHandler
A simple handler
|
Constructor and Description |
---|
JournalExecutor(java.lang.String agentName,
java.lang.String zookeeper,
JournalHandler handler,
Source source) |
Modifier and Type | Class and Description |
---|---|
class |
TestHandler
Sample handler (after import, journal entries are removed):
|
class |
TestWindowHandler
Sample window handler (no changes are made to journal tables):
|