Uses of Class
io.debezium.data.Envelope.Operation
-
Packages that use Envelope.Operation Package Description io.debezium.config io.debezium.data io.debezium.pipeline io.debezium.pipeline.spi io.debezium.relational -
-
Uses of Envelope.Operation in io.debezium.config
Fields in io.debezium.config with type parameters of type Envelope.Operation Modifier and Type Field Description private EnumSet<Envelope.Operation>CommonConnectorConfig. skippedOperationsMethods in io.debezium.config that return types with arguments of type Envelope.Operation Modifier and Type Method Description private static EnumSet<Envelope.Operation>CommonConnectorConfig. determineSkippedOperations(Configuration config)EnumSet<Envelope.Operation>CommonConnectorConfig. getSkippedOperations() -
Uses of Envelope.Operation in io.debezium.data
Methods in io.debezium.data that return Envelope.Operation Modifier and Type Method Description static Envelope.OperationEnvelope.Operation. forCode(String code)static Envelope.OperationEnvelope. operationFor(org.apache.kafka.connect.source.SourceRecord record)Obtain the operation for the given source record.static Envelope.OperationEnvelope.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. -
Uses of Envelope.Operation in io.debezium.pipeline
Fields in io.debezium.pipeline with type parameters of type Envelope.Operation Modifier and Type Field Description private EnumSet<Envelope.Operation>EventDispatcher. skippedOperationsMethods in io.debezium.pipeline that return Envelope.Operation Modifier and Type Method Description protected abstract Envelope.OperationAbstractChangeRecordEmitter. getOperation()Returns the operation associated with the change.Methods in io.debezium.pipeline with parameters of type Envelope.Operation Modifier and Type Method Description voidEventDispatcher.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)voidEventDispatcher.IncrementalSnapshotChangeRecordReceiver. changeRecord(DataCollectionSchema dataCollectionSchema, Envelope.Operation operation, Object key, org.apache.kafka.connect.data.Struct value, OffsetContext offsetContext, org.apache.kafka.connect.header.ConnectHeaders headers)voidEventDispatcher.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) -
Uses of Envelope.Operation in io.debezium.pipeline.spi
Methods in io.debezium.pipeline.spi with parameters of type Envelope.Operation Modifier and Type Method Description voidChangeRecordEmitter.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) -
Uses of Envelope.Operation in io.debezium.relational
Methods in io.debezium.relational that return Envelope.Operation Modifier and Type Method Description protected abstract Envelope.OperationRelationalChangeRecordEmitter. getOperation()Returns the operation done by the represented change.protected Envelope.OperationSnapshotChangeRecordEmitter. getOperation()
-