| Interface | Description |
|---|---|
| IOfflineClientListener |
This is an extension point that is called when the current instance has detected it cannot sync with another
Node. |
| Class | Description |
|---|---|
| DbCompare |
DbCompare has the ability to compare two SQL-based datasources and output a report of
of differences, and optionally SQL to bring the target into sync with the source.
|
| DbCompareConfig | |
| DbCompareDiffWriter | |
| DbCompareReport | |
| DbCompareReport.TableReport | |
| DbCompareRow | |
| DbCompareTables | |
| DbCompareUtil | |
| DbValueComparator | |
| DefaultOfflineClientListener |
Default implementation of an
IOfflineClientListener. |
| FirstUseFileOutputStream |
A FileOutputStream that delays creating the physical file until the first write operation, to
avoid empty files.
|