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. -
Uses of DmlEvent in io.debezium.connector.oracle.logminer.processor
Methods in io.debezium.connector.oracle.logminer.processor with parameters of type DmlEvent Modifier and Type Method Description private voidTransactionCommitConsumer. mergeNewColumns(DmlEvent event, DmlEvent prevEvent) -
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)
-