Uses of Class
io.debezium.connector.oracle.logminer.events.LogMinerEventRow
-
-
Uses of LogMinerEventRow in io.debezium.connector.oracle.logminer.events
Fields in io.debezium.connector.oracle.logminer.events declared as LogMinerEventRow Modifier and Type Field Description private static LogMinerEventRowLogMinerEventRow. rowUsed by calls tofromResultSet(ResultSet, String, boolean)to return the same instance but initialized with values from each row without creating multiple objects repeatedly during the result-set iteration.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 voidAbstractLogMinerEventProcessor. addToTransaction(String transactionId, LogMinerEventRow row, Supplier<LogMinerEvent> eventSupplier)Add a transaction to the transaction map if allowed.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. -
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 voidInfinispanLogMinerEventProcessor. handleCommit(LogMinerEventRow row)protected voidInfinispanLogMinerEventProcessor. handleRollback(LogMinerEventRow row)protected voidInfinispanLogMinerEventProcessor. handleSchemaChange(LogMinerEventRow row)protected booleanInfinispanLogMinerEventProcessor. hasSchemaChangeBeenSeen(LogMinerEventRow row)protected voidInfinispanLogMinerEventProcessor. processRow(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. handleCommit(LogMinerEventRow row)protected voidMemoryLogMinerEventProcessor. handleRollback(LogMinerEventRow row)protected voidMemoryLogMinerEventProcessor. handleSchemaChange(LogMinerEventRow row)protected booleanMemoryLogMinerEventProcessor. hasSchemaChangeBeenSeen(LogMinerEventRow row)
-