Uses of Class
io.debezium.connector.oracle.logminer.parser.LogMinerDmlEntryImpl
-
Packages that use LogMinerDmlEntryImpl Package Description io.debezium.connector.oracle.logminer.processor.infinispan.marshalling -
-
Uses of LogMinerDmlEntryImpl in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling
Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return LogMinerDmlEntryImpl Modifier and Type Method Description LogMinerDmlEntryImplLogMinerDmlEntryImplAdapter. factory(int operation, String[] newValues, String[] oldValues, String name, String owner)A ProtoStream factory that creates aLogMinerDmlEntryImplinstance from field values.LogMinerDmlEntryImplDmlEventAdapter. getEntry(DmlEvent event)A ProtoStream handler to extract theentryfield from theDmlEvent.LogMinerDmlEntryImplTruncateEventAdapter. getEntry(TruncateEvent event)A ProtoStream handler to extract theentryfield from theTruncateEvent.LogMinerDmlEntryImplLogMinerDmlEntryImplAdapter$___Marshaller_34255ff31b82d3d0c88a9080d690d945f0aff2945e1863211ff59be91618018f. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return types with arguments of type LogMinerDmlEntryImpl Modifier and Type Method Description Class<LogMinerDmlEntryImpl>LogMinerDmlEntryImplAdapter$___Marshaller_34255ff31b82d3d0c88a9080d690d945f0aff2945e1863211ff59be91618018f. getJavaClass()Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling with parameters of type LogMinerDmlEntryImpl 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.SelectLobLocatorEventSelectLobLocatorEventAdapter. factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime, LogMinerDmlEntryImpl entry, String columnName, Boolean binary)A ProtoStream factory that createsSelectLobLocatorEventinstances.TruncateEventTruncateEventAdapter. factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime, LogMinerDmlEntryImpl entry)A ProtoStream factory that createsTruncateEventinstances.StringLogMinerDmlEntryImplAdapter. getName(LogMinerDmlEntryImpl entry)A ProtoStream handler to extract theobjectNamefrom theLogMinerDmlEntryImpl.String[]LogMinerDmlEntryImplAdapter. getNewValues(LogMinerDmlEntryImpl entry)A ProtoStream handler to extract thenewValuesobject-array from theLogMinerDmlEntryImpl.String[]LogMinerDmlEntryImplAdapter. getOldValues(LogMinerDmlEntryImpl entry)A ProtoStream handler to extract teholdValuesobject-array from theLogMinerDmlEntryImpl.intLogMinerDmlEntryImplAdapter. getOperation(LogMinerDmlEntryImpl entry)A ProtoStream handler to extract theentryfield from theLogMinerDmlEntryImpl.StringLogMinerDmlEntryImplAdapter. getOwner(LogMinerDmlEntryImpl entry)A ProtoStream handler to extract theobjectOwnerfrom theLogMinerDmlEntryImpl.voidLogMinerDmlEntryImplAdapter$___Marshaller_34255ff31b82d3d0c88a9080d690d945f0aff2945e1863211ff59be91618018f. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, LogMinerDmlEntryImpl $2)
-