Uses of Class
io.debezium.connector.oracle.logminer.events.LogMinerEvent
-
-
Uses of LogMinerEvent in io.debezium.connector.oracle.logminer.events
Subclasses of LogMinerEvent in io.debezium.connector.oracle.logminer.events Modifier and Type Class Description classDmlEventAn event that represents a data modification (DML).classLobEraseEventA LogMiner event that represents aLOB_ERASEoperation.classLobWriteEventA LogMiner event that represents aLOB_WRITEoperation.classSelectLobLocatorEventA data modification event that represents aSEL_LOB_LOCATORevent type.Fields in io.debezium.connector.oracle.logminer.events with type parameters of type LogMinerEvent Modifier and Type Field Description private List<LogMinerEvent>Transaction. eventsMethods in io.debezium.connector.oracle.logminer.events that return types with arguments of type LogMinerEvent Modifier and Type Method Description List<LogMinerEvent>Transaction. getEvents()Constructor parameters in io.debezium.connector.oracle.logminer.events with type arguments of type LogMinerEvent Constructor Description Transaction(String transactionId, Scn startScn, Instant changeTime, List<LogMinerEvent> events, Set<Long> hashes) -
Uses of LogMinerEvent in io.debezium.connector.oracle.logminer.processor
Methods in io.debezium.connector.oracle.logminer.processor with parameters of type LogMinerEvent Modifier and Type Method Description protected booleanTransactionReconciliation. isForSameTableOrScn(LogMinerEvent event, LogMinerEvent prevEvent)Checks whether the two events are for the same table or participate in the same system change.Method parameters in io.debezium.connector.oracle.logminer.processor with type arguments of type LogMinerEvent Modifier and Type Method Description protected voidAbstractLogMinerEventProcessor. addToTransaction(String transactionId, LogMinerEventRow row, Supplier<LogMinerEvent> eventSupplier)Add a transaction to the transaction map if allowed. -
Uses of LogMinerEvent in io.debezium.connector.oracle.logminer.processor.infinispan
Method parameters in io.debezium.connector.oracle.logminer.processor.infinispan with type arguments of type LogMinerEvent Modifier and Type Method Description protected voidInfinispanLogMinerEventProcessor. addToTransaction(String transactionId, LogMinerEventRow row, Supplier<LogMinerEvent> eventSupplier) -
Uses of LogMinerEvent in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling
Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return LogMinerEvent Modifier and Type Method Description LogMinerEventLogMinerEventAdapter. factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime, LogMinerDmlEntryImpl entry, String columnName, Boolean binary, String data)A ProtoStream factory that createsLogMinerEventinstances or one of its subclasses from field values.LogMinerEventLogMinerEventAdapter$___Marshaller_c9767d07296dfd92698dc63598a7eba83b208916ad965382b61e8cc4f6797d39. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return types with arguments of type LogMinerEvent Modifier and Type Method Description List<LogMinerEvent>TransactionAdapter. getEvents(Transaction transaction)A ProtoStream handler to extract theeventsfield from theTransaction.Class<LogMinerEvent>LogMinerEventAdapter$___Marshaller_c9767d07296dfd92698dc63598a7eba83b208916ad965382b61e8cc4f6797d39. getJavaClass()Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling with parameters of type LogMinerEvent Modifier and Type Method Description BooleanLogMinerEventAdapter. getBinary(LogMinerEvent event)A ProtoStream handler to extract thebinaryfield from aSelectLobLocatorEventtype.StringLogMinerEventAdapter. getChangeTime(LogMinerEvent event)A ProtoStream handler to extract thechangeTimefield from theLogMinerEvent.StringLogMinerEventAdapter. getColumnName(LogMinerEvent event)A ProtoStream handler to extract thecolumnNamefield from aSelectLobLocatorEventtype.StringLogMinerEventAdapter. getData(LogMinerEvent event)A ProtoStream handler to extract thedatafield from aLobWriteEventtype.LogMinerDmlEntryImplLogMinerEventAdapter. getEntry(LogMinerEvent event)A ProtoStream handler to extract theentryfield from theDmlEventand subclass types.intLogMinerEventAdapter. getEventType(LogMinerEvent event)A ProtoStream handler to extract theeventTypefield from theLogMinerEvent.StringLogMinerEventAdapter. getRowId(LogMinerEvent event)A ProtoStream handler to extract therowIdfield from theLogMinerEvent.StringLogMinerEventAdapter. getRsId(LogMinerEvent event)A ProtoStream handler to extract thersIdfield from theLogMinerEvent.StringLogMinerEventAdapter. getScn(LogMinerEvent event)A ProtoStream handler to extract thescnfield from theLogMinerEvent.StringLogMinerEventAdapter. getTableId(LogMinerEvent event)A ProtoStream handler to extract thetableIdfield from theLogMinerEvent.voidLogMinerEventAdapter$___Marshaller_c9767d07296dfd92698dc63598a7eba83b208916ad965382b61e8cc4f6797d39. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, LogMinerEvent $2)Method parameters in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling with type arguments of type LogMinerEvent Modifier and Type Method Description TransactionTransactionAdapter. factory(String transactionId, String scn, String changeTime, List<LogMinerEvent> events, Set<Long> hashes)A ProtoStream factory that creates aTransactioninstance from field values.
-