Uses of Class
io.debezium.connector.oracle.logminer.events.DmlEvent
-
-
Uses of DmlEvent in io.debezium.connector.oracle.logminer.events
Subclasses of DmlEvent in io.debezium.connector.oracle.logminer.events Modifier and Type Class Description classSelectLobLocatorEventA data modification event that represents aSEL_LOB_LOCATORevent type.classTruncateEvent -
Uses of DmlEvent in io.debezium.connector.oracle.logminer.processor
Fields in io.debezium.connector.oracle.logminer.processor declared as DmlEvent Modifier and Type Field Description (package private) DmlEventTransactionCommitConsumer.RowState. eventMethods in io.debezium.connector.oracle.logminer.processor with parameters of type DmlEvent Modifier and Type Method Description private voidTransactionCommitConsumer. acceptDmlEvent(DmlEvent event)private voidTransactionCommitConsumer. mergeEvents(DmlEvent into, DmlEvent from)private Object[]TransactionCommitConsumer. newValues(DmlEvent event)private Object[]TransactionCommitConsumer. oldValues(DmlEvent event)private voidTransactionCommitConsumer. prepareAndDispatch(DmlEvent event)private StringTransactionCommitConsumer. rowIdFromEvent(Table table, DmlEvent event)private booleanTransactionCommitConsumer. tryMerge(DmlEvent prev, DmlEvent next)Constructors in io.debezium.connector.oracle.logminer.processor with parameters of type DmlEvent Constructor Description RowState(DmlEvent event, int transactionIndex) -
Uses of DmlEvent in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling
Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return DmlEvent Modifier and Type Method Description DmlEventDmlEventAdapter. factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime, LogMinerDmlEntryImpl entry)A ProtoStream factory that createsDmlEventinstances.DmlEventDmlEventAdapter$___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 DmlEvent Modifier and Type Method Description Class<DmlEvent>DmlEventAdapter$___Marshaller_ae32577eb017d89cb121c27c7fa34887a854760037a89f84046b59276ca6788c. getJavaClass()Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling with parameters of type DmlEvent Modifier and Type Method Description LogMinerDmlEntryImplDmlEventAdapter. getEntry(DmlEvent event)A ProtoStream handler to extract theentryfield from theDmlEvent.voidDmlEventAdapter$___Marshaller_ae32577eb017d89cb121c27c7fa34887a854760037a89f84046b59276ca6788c. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, DmlEvent $2)
-