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, int offset, int length)LogMinerEvent(LogMinerEventRow row)SelectLobLocatorEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry, String columnName, boolean binary)TruncateEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry) -
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 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.private voidAbstractLogMinerEventProcessor. processTruncateEvent(LogMinerEventRow row)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 voidAbstractInfinispanLogMinerEventProcessor. addToTransaction(String transactionId, LogMinerEventRow row, Supplier<LogMinerEvent> eventSupplier)protected InfinispanTransactionAbstractInfinispanLogMinerEventProcessor. createTransaction(LogMinerEventRow row)protected voidAbstractInfinispanLogMinerEventProcessor. handleSchemaChange(LogMinerEventRow row)protected booleanAbstractInfinispanLogMinerEventProcessor. hasSchemaChangeBeenSeen(LogMinerEventRow row)protected voidAbstractInfinispanLogMinerEventProcessor. processRow(LogMinerEventRow row)protected voidAbstractInfinispanLogMinerEventProcessor. 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. handleSchemaChange(LogMinerEventRow row)protected booleanMemoryLogMinerEventProcessor. hasSchemaChangeBeenSeen(LogMinerEventRow row)protected voidMemoryLogMinerEventProcessor. removeEventWithRowId(LogMinerEventRow row)
-