public final class StartupOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.flink.cdc.connectors.base.options.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 change events from the database’s redo logs.
|
static StartupOptions |
latest()
Never to perform snapshot on the monitored database tables upon first startup, just read from
the end of the change events which means only have the changes since the connector was
started.
|
public final org.apache.flink.cdc.connectors.base.options.StartupMode startupMode
public static StartupOptions initial()
public static StartupOptions latest()
Copyright © 2024 The Apache Software Foundation. All rights reserved.