public class Db2ChangeRecordEmitter
extends io.debezium.relational.RelationalChangeRecordEmitter
| Modifier and Type | Field and Description |
|---|---|
private Object[] |
data |
private Object[] |
dataNext |
static int |
OP_DELETE |
static int |
OP_INSERT |
static int |
OP_UPDATE_AFTER |
static int |
OP_UPDATE_BEFORE |
private int |
operation |
| Constructor and Description |
|---|
Db2ChangeRecordEmitter(io.debezium.pipeline.spi.OffsetContext offset,
int operation,
Object[] data,
Object[] dataNext,
io.debezium.util.Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
protected Object[] |
getNewColumnValues() |
protected Object[] |
getOldColumnValues() |
protected io.debezium.data.Envelope.Operation |
getOperation() |
public static final int OP_DELETE
public static final int OP_INSERT
public static final int OP_UPDATE_BEFORE
public static final int OP_UPDATE_AFTER
private final int operation
private final Object[] data
private final Object[] dataNext
protected io.debezium.data.Envelope.Operation getOperation()
getOperation in class io.debezium.relational.RelationalChangeRecordEmitterprotected Object[] getOldColumnValues()
getOldColumnValues in class io.debezium.relational.RelationalChangeRecordEmitterprotected Object[] getNewColumnValues()
getNewColumnValues in class io.debezium.relational.RelationalChangeRecordEmitterCopyright © 2021 JBoss by Red Hat. All rights reserved.