| Package | Description |
|---|---|
| io.debezium.data | |
| io.debezium.pipeline | |
| io.debezium.pipeline.spi | |
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
static Envelope.Operation |
Envelope.Operation.forCode(String code) |
static Envelope.Operation |
Envelope.operationFor(org.apache.kafka.connect.source.SourceRecord record)
Obtain the operation for the given source record.
|
static Envelope.Operation |
Envelope.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Envelope.Operation[] |
Envelope.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.ChangeRecordReceiver.changeRecord(Envelope.Operation operation,
Object key,
org.apache.kafka.connect.data.Struct value,
OffsetContext offsetContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeRecordEmitter.Receiver.changeRecord(Envelope.Operation operation,
Object key,
org.apache.kafka.connect.data.Struct value,
OffsetContext offsetManager) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Envelope.Operation |
RelationalChangeRecordEmitter.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
private void |
RelationalChangeRecordEmitter.emitCreateRecord(ChangeRecordEmitter.Receiver receiver,
TableSchema tableSchema,
Envelope.Operation operation) |
private void |
RelationalChangeRecordEmitter.emitDeleteRecord(ChangeRecordEmitter.Receiver receiver,
TableSchema tableSchema,
Envelope.Operation operation) |
private void |
RelationalChangeRecordEmitter.emitUpdateRecord(ChangeRecordEmitter.Receiver receiver,
TableSchema tableSchema,
Envelope.Operation operation) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.