| Package | Description |
|---|---|
| io.debezium.config | |
| io.debezium.data | |
| io.debezium.pipeline | |
| io.debezium.pipeline.spi | |
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
Set<Envelope.Operation> |
CommonConnectorConfig.getSkippedOps() |
| 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 |
|---|---|
protected abstract Envelope.Operation |
AbstractChangeRecordEmitter.getOperation()
Returns the operation associated with the change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.StreamingChangeRecordReceiver.changeRecord(DataCollectionSchema dataCollectionSchema,
Envelope.Operation operation,
Object key,
org.apache.kafka.connect.data.Struct value,
OffsetContext offsetContext,
org.apache.kafka.connect.header.ConnectHeaders headers) |
void |
EventDispatcher.BufferingSnapshotChangeRecordReceiver.changeRecord(DataCollectionSchema dataCollectionSchema,
Envelope.Operation operation,
Object key,
org.apache.kafka.connect.data.Struct value,
OffsetContext offsetContext,
org.apache.kafka.connect.header.ConnectHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeRecordEmitter.Receiver.changeRecord(DataCollectionSchema schema,
Envelope.Operation operation,
Object key,
org.apache.kafka.connect.data.Struct value,
OffsetContext offset,
org.apache.kafka.connect.header.ConnectHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
protected Envelope.Operation |
SnapshotChangeRecordEmitter.getOperation() |
protected abstract Envelope.Operation |
RelationalChangeRecordEmitter.getOperation()
Returns the operation done by the represented change.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.