DBZ-133 Minor changes to JavaDoc

This commit is contained in:
Randall Hauch 2016-10-25 11:12:55 -05:00
parent fa66abdcc3
commit f970899a6d

View File

@ -103,8 +103,9 @@ public static enum SnapshotMode {
INITIAL("initial"),
/**
* Perform a snapshot of database schema(not include initial data in databases) only upon initial startup of a
* connector.
* Perform a snapshot of only the database schemas (without data) and then begin reading the binlog.
* This should be used with care, but it is very useful when the change event consumers need only the changes
* from the point in time the snapshot is made (and doesn't care about any state or changes prior to this point).
*/
SCHEMA_ONLY("schema_only"),