public final class StartupOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
StartupMode |
startupMode |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static StartupOptions |
initial()
Performs an initial snapshot on the monitored database tables upon first startup, and
continue to read the latest logminer.
|
static StartupOptions |
latest()
Never to perform snapshot on the monitored database tables upon first startup, just read from
the end of the logminer which means only have the changes since the connector was started.
|
public final StartupMode startupMode
public static StartupOptions initial()
public static StartupOptions latest()
Copyright © 2022 The Apache Software Foundation. All rights reserved.