Uses of Class
io.debezium.connector.oracle.logminer.events.LogMinerEventRow
-
-
Uses of LogMinerEventRow in io.debezium.connector.oracle.logminer.events
Methods in io.debezium.connector.oracle.logminer.events that return LogMinerEventRow Modifier and Type Method Description static LogMinerEventRowLogMinerEventRow. fromResultSet(ResultSet resultSet, String catalogName, boolean isTxIdRawValue)Returns aLogMinerEventRowinstance based on the current row of the JDBCResultSet.Constructors in io.debezium.connector.oracle.logminer.events with parameters of type LogMinerEventRow Constructor Description DmlEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry)LobEraseEvent(LogMinerEventRow row)LobWriteEvent(LogMinerEventRow row, String data)LogMinerEvent(LogMinerEventRow row)SelectLobLocatorEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry, String columnName, boolean binary) -
Uses of LogMinerEventRow in io.debezium.connector.oracle.logminer.processor
Methods in io.debezium.connector.oracle.logminer.processor with parameters of type LogMinerEventRow Modifier and Type Method Description protected abstract voidAbstractLogMinerEventProcessor. addToTransaction(String transactionId, LogMinerEventRow row, Supplier<LogMinerEvent> eventSupplier)Add a transaction to the transaction map if allowed.protected abstract TAbstractLogMinerEventProcessor. createTransaction(LogMinerEventRow row)Creates a new transaction based on the suppliedSTARTevent.private TableAbstractLogMinerEventProcessor. getTableForDataEvent(LogMinerEventRow row)protected abstract voidAbstractLogMinerEventProcessor. handleCommit(LogMinerEventRow row)Handle processing a LogMinerEventRow for aCOMMITevent.protected voidAbstractLogMinerEventProcessor. handleDataEvent(LogMinerEventRow row)Handle processing a LogMinerEventRow for aINSERT,UPDATE, orDELETEevent.private voidAbstractLogMinerEventProcessor. handleLobErase(LogMinerEventRow row)Handle processing a LogMinerEventRow for aLOB_ERASEevent.protected voidAbstractLogMinerEventProcessor. handleLobWrite(LogMinerEventRow row)Handle processing a LogMinerEventRow for aLOB_WRITEevent.protected voidAbstractLogMinerEventProcessor. handleMissingScn(LogMinerEventRow row)Handle processing a LogMinerEventRow for aMISSING_SCNevent.protected voidAbstractLogMinerEventProcessor. handleRollback(LogMinerEventRow row)Handle processing a LogMinerEventRow for aROLLBACKevent.protected voidAbstractLogMinerEventProcessor. handleSchemaChange(LogMinerEventRow row)Handle processing a LogMinerEventRow for aDDLevent.protected voidAbstractLogMinerEventProcessor. handleSelectLobLocator(LogMinerEventRow row)Handle processing a LogMinerEventRow for aSEL_LOB_LOCATORevent.protected voidAbstractLogMinerEventProcessor. handleStart(LogMinerEventRow row)Handle processing a LogMinerEventRow for aSTARTevent.protected booleanAbstractLogMinerEventProcessor. hasSchemaChangeBeenSeen(LogMinerEventRow row)Checks whether the LogMinerEvent row for a schema change can be emitted.protected voidAbstractLogMinerEventProcessor. processRow(LogMinerEventRow row)Processes a single LogMinerEventRow.protected abstract voidAbstractLogMinerEventProcessor. removeEventWithRowId(LogMinerEventRow row)Removes a specific transaction event by database row identifier. -
Uses of LogMinerEventRow in io.debezium.connector.oracle.logminer.processor.infinispan
Methods in io.debezium.connector.oracle.logminer.processor.infinispan with parameters of type LogMinerEventRow Modifier and Type Method Description protected voidInfinispanLogMinerEventProcessor. addToTransaction(String transactionId, LogMinerEventRow row, Supplier<LogMinerEvent> eventSupplier)protected InfinispanTransactionInfinispanLogMinerEventProcessor. createTransaction(LogMinerEventRow row)protected voidInfinispanLogMinerEventProcessor. handleCommit(LogMinerEventRow row)protected voidInfinispanLogMinerEventProcessor. handleRollback(LogMinerEventRow row)protected voidInfinispanLogMinerEventProcessor. handleSchemaChange(LogMinerEventRow row)protected booleanInfinispanLogMinerEventProcessor. hasSchemaChangeBeenSeen(LogMinerEventRow row)protected voidInfinispanLogMinerEventProcessor. processRow(LogMinerEventRow row)protected voidInfinispanLogMinerEventProcessor. removeEventWithRowId(LogMinerEventRow row) -
Uses of LogMinerEventRow in io.debezium.connector.oracle.logminer.processor.memory
Methods in io.debezium.connector.oracle.logminer.processor.memory with parameters of type LogMinerEventRow Modifier and Type Method Description protected voidMemoryLogMinerEventProcessor. addToTransaction(String transactionId, LogMinerEventRow row, Supplier<LogMinerEvent> eventSupplier)protected MemoryTransactionMemoryLogMinerEventProcessor. createTransaction(LogMinerEventRow row)protected voidMemoryLogMinerEventProcessor. handleCommit(LogMinerEventRow row)protected voidMemoryLogMinerEventProcessor. handleRollback(LogMinerEventRow row)protected voidMemoryLogMinerEventProcessor. handleSchemaChange(LogMinerEventRow row)protected booleanMemoryLogMinerEventProcessor. hasSchemaChangeBeenSeen(LogMinerEventRow row)protected voidMemoryLogMinerEventProcessor. removeEventWithRowId(LogMinerEventRow row)
-