Uses of Class
io.debezium.connector.oracle.logminer.events.LogMinerEventRow
Packages that use LogMinerEventRow
Package
Description
-
Uses of LogMinerEventRow in io.debezium.connector.oracle
Methods in io.debezium.connector.oracle with parameters of type LogMinerEventRowModifier and TypeMethodDescriptionbooleanCommitScn.hasCommitAlreadyBeenHandled(LogMinerEventRow row) Checks whether the transaction associated with the commit event has been handled.voidCommitScn.recordCommit(LogMinerEventRow row) Records the specified commit in the commit scnConstructors in io.debezium.connector.oracle with parameters of type LogMinerEventRow -
Uses of LogMinerEventRow in io.debezium.connector.oracle.logminer.events
Methods in io.debezium.connector.oracle.logminer.events that return LogMinerEventRowModifier and TypeMethodDescriptionstatic 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 LogMinerEventRowModifierConstructorDescriptionDmlEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry) LobWriteEvent(LogMinerEventRow row, String data, int offset, int length) SelectLobLocatorEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry, String columnName, boolean binary) TruncateEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry) XmlBeginEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry, String columnName) XmlWriteEvent(LogMinerEventRow row, String xml, Integer length) -
Uses of LogMinerEventRow in io.debezium.connector.oracle.logminer.processor
Methods in io.debezium.connector.oracle.logminer.processor with parameters of type LogMinerEventRowModifier and TypeMethodDescriptionprotected 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) private XmlWriteEventAbstractLogMinerEventProcessor.getXmlWriteEventFromRow(LogMinerEventRow row) protected voidAbstractLogMinerEventProcessor.handleCommit(OraclePartition partition, LogMinerEventRow row) Handle processing a LogMinerEventRow for aCOMMITevent.protected voidAbstractLogMinerEventProcessor.handleCommitNotFoundInBuffer(LogMinerEventRow row) Allow for post-processing of a transaction commit in the stream that was not found in the transaction buffer, perhaps because it aged out due to retention policies.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.handleRollbackNotFoundInBuffer(LogMinerEventRow row) Allow for post-processing of a transaction rollback in the stream that was not found in the transaction buffer, perhaps because it aged out due to retention policies.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 voidAbstractLogMinerEventProcessor.handleUnsupportedEvent(LogMinerEventRow row) private voidAbstractLogMinerEventProcessor.handleXmlBegin(LogMinerEventRow row) private voidAbstractLogMinerEventProcessor.handleXmlEnd(LogMinerEventRow row) private voidAbstractLogMinerEventProcessor.handleXmlWrite(LogMinerEventRow row) protected booleanAbstractLogMinerEventProcessor.hasSchemaChangeBeenSeen(LogMinerEventRow row) Checks whether the LogMinerEvent row for a schema change can be emitted.protected voidAbstractLogMinerEventProcessor.processRow(OraclePartition partition, 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 LogMinerEventRowModifier and TypeMethodDescriptionprotected 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(OraclePartition partition, 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 LogMinerEventRowModifier and TypeMethodDescriptionprotected voidMemoryLogMinerEventProcessor.addToTransaction(String transactionId, LogMinerEventRow row, Supplier<LogMinerEvent> eventSupplier) protected MemoryTransactionMemoryLogMinerEventProcessor.createTransaction(LogMinerEventRow row) protected voidMemoryLogMinerEventProcessor.handleCommitNotFoundInBuffer(LogMinerEventRow row) protected voidMemoryLogMinerEventProcessor.handleRollbackNotFoundInBuffer(LogMinerEventRow row) protected voidMemoryLogMinerEventProcessor.handleSchemaChange(LogMinerEventRow row) protected booleanMemoryLogMinerEventProcessor.hasSchemaChangeBeenSeen(LogMinerEventRow row) protected voidMemoryLogMinerEventProcessor.removeEventWithRowId(LogMinerEventRow row)