Uses of Class
io.debezium.connector.oracle.logminer.parser.LogMinerDmlEntryImpl
Packages that use LogMinerDmlEntryImpl
-
Uses of LogMinerDmlEntryImpl in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling
Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return LogMinerDmlEntryImplModifier and TypeMethodDescriptionLogMinerDmlEntryImplAdapter.factory(int operation, String[] newValues, String[] oldValues, String name, String owner) A ProtoStream factory that creates aLogMinerDmlEntryImplinstance from field values.A ProtoStream handler to extract theentryfield from theDmlEvent.TruncateEventAdapter.getEntry(TruncateEvent event) A ProtoStream handler to extract theentryfield from theTruncateEvent.LogMinerDmlEntryImplAdapter$___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 LogMinerDmlEntryImplModifier and TypeMethodDescriptionLogMinerDmlEntryImplAdapter$___Marshaller_34255ff31b82d3d0c88a9080d690d945f0aff2945e1863211ff59be91618018f.getJavaClass()Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling with parameters of type LogMinerDmlEntryImplModifier and TypeMethodDescriptionDmlEventAdapter.factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime, LogMinerDmlEntryImpl entry) A ProtoStream factory that createsDmlEventinstances.SelectLobLocatorEventAdapter.factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime, LogMinerDmlEntryImpl entry, String columnName, Boolean binary) A ProtoStream factory that createsSelectLobLocatorEventinstances.TruncateEventAdapter.factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime, LogMinerDmlEntryImpl entry) A ProtoStream factory that createsTruncateEventinstances.LogMinerDmlEntryImplAdapter.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.LogMinerDmlEntryImplAdapter.getOwner(LogMinerDmlEntryImpl entry) A ProtoStream handler to extract theobjectOwnerfrom theLogMinerDmlEntryImpl.voidLogMinerDmlEntryImplAdapter$___Marshaller_34255ff31b82d3d0c88a9080d690d945f0aff2945e1863211ff59be91618018f.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, LogMinerDmlEntryImpl $2)