| Interface | Description |
|---|---|
| IClientReloadListener | |
| IDataLoaderFactory | |
| ILoadSyncLifecycleListener |
This extension point is called prior to and after the data loader does it's
work for a single client connection.
|
| IReloadGenerator | |
| IReloadListener |
This is an extension point that can be implemented to listen in and take
action before or after a reload is requested for a Node.
|
| IReloadVariableFilter |
Filter the SQL used during initial load to query the source table and purge the target table.
|
| JavaDatabaseWriterFilter.JavaLoadFilter |
| Class | Description |
|---|---|
| AbstractDataLoaderFactory | |
| BshDatabaseWriterFilter | |
| ConfigurationChangedDatabaseWriterFilter |
An out of the box filter that checks to see if the SymmetricDS configuration
has changed.
|
| DefaultDataLoaderFactory | |
| DefaultReloadGenerator | |
| DynamicDatabaseWriterFilter | |
| JavaDatabaseWriterFilter | |
| KafkaWriterFilter | |
| SchemaPerNodeDataLoaderFilter |
An extension that prefixes the table name with a schema name that is equal to
the incoming node_id.
|
| SQLDatabaseWriterFilter |
User: Markus Schulz
|
| Enum | Description |
|---|---|
| DynamicDatabaseWriterFilter.WriteMethod |