| Package | Description |
|---|---|
| io.debezium.connector | |
| io.debezium.connector.common |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotRecord |
SnapshotRecord.fromSource(org.apache.kafka.connect.data.Struct source) |
protected abstract SnapshotRecord |
AbstractSourceInfo.snapshot() |
static SnapshotRecord |
SnapshotRecord.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotRecord[] |
SnapshotRecord.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SnapshotRecord |
BaseSourceInfo.snapshotRecord |
| Modifier and Type | Method and Description |
|---|---|
protected SnapshotRecord |
BaseSourceInfo.snapshot() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseSourceInfo.setSnapshot(SnapshotRecord snapshot) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.