Uses of Class
io.debezium.connector.oracle.logminer.events.DmlEvent
Packages that use DmlEvent
Package
Description
-
Uses of DmlEvent in io.debezium.connector.oracle.logminer.events
Subclasses of DmlEvent in io.debezium.connector.oracle.logminer.eventsModifier and TypeClassDescriptionclassA data modification event that represents aSEL_LOB_LOCATORevent type.class -
Uses of DmlEvent in io.debezium.connector.oracle.logminer.processor
Fields in io.debezium.connector.oracle.logminer.processor declared as DmlEventModifier and TypeFieldDescription(package private) final DmlEventTransactionCommitConsumer.RowState.eventMethods in io.debezium.connector.oracle.logminer.processor with parameters of type DmlEventModifier and TypeMethodDescriptionprivate voidTransactionCommitConsumer.acceptDmlEvent(DmlEvent event) private voidTransactionCommitConsumer.mergeEvents(DmlEvent into, DmlEvent from) private Object[]private Object[]private voidTransactionCommitConsumer.prepareAndDispatch(DmlEvent event) private StringTransactionCommitConsumer.rowIdFromEvent(Table table, DmlEvent event) private booleanConstructors in io.debezium.connector.oracle.logminer.processor with parameters of type DmlEvent -
Uses of DmlEvent in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling
Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return DmlEventModifier and TypeMethodDescriptionDmlEventAdapter.factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime, LogMinerDmlEntryImpl entry) A ProtoStream factory that createsDmlEventinstances.DmlEventAdapter$___Marshaller_ae32577eb017d89cb121c27c7fa34887a854760037a89f84046b59276ca6788c.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return types with arguments of type DmlEventModifier and TypeMethodDescriptionDmlEventAdapter$___Marshaller_ae32577eb017d89cb121c27c7fa34887a854760037a89f84046b59276ca6788c.getJavaClass()Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling with parameters of type DmlEvent