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.classTruncateEvent -
Uses of LogMinerEvent in io.debezium.connector.oracle.logminer.processor
Fields in io.debezium.connector.oracle.logminer.processor with type parameters of type LogMinerEvent Modifier and Type Field Description private BlockingConsumer<LogMinerEvent>TransactionCommitConsumer. delegateMethods in io.debezium.connector.oracle.logminer.processor that return types with arguments of type LogMinerEvent Modifier and Type Method Description protected abstract Iterator<LogMinerEvent>AbstractLogMinerEventProcessor. getTransactionEventIterator(T transaction)Get an iterator over the events that are part of the specified transaction.Methods in io.debezium.connector.oracle.logminer.processor with parameters of type LogMinerEvent Modifier and Type Method Description voidTransactionCommitConsumer. accept(LogMinerEvent event)private voidTransactionCommitConsumer. acceptLobManipulationEvent(LogMinerEvent event)private voidTransactionCommitConsumer. dispatchChangeEvent(LogMinerEvent event)Method parameters in io.debezium.connector.oracle.logminer.processor with type arguments of type LogMinerEvent 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.Constructors in io.debezium.connector.oracle.logminer.processor with parameters of type LogMinerEvent Constructor Description LobFragment(LogMinerEvent event)Constructor parameters in io.debezium.connector.oracle.logminer.processor with type arguments of type LogMinerEvent Constructor Description TransactionCommitConsumer(BlockingConsumer<LogMinerEvent> delegate, OracleConnectorConfig connectorConfig, OracleDatabaseSchema schema) -
Uses of LogMinerEvent in io.debezium.connector.oracle.logminer.processor.infinispan
Fields in io.debezium.connector.oracle.logminer.processor.infinispan with type parameters of type LogMinerEvent Modifier and Type Field Description private org.infinispan.Cache<String,LogMinerEvent>EmbeddedInfinispanLogMinerEventProcessor. eventCacheprivate org.infinispan.client.hotrod.RemoteCache<String,LogMinerEvent>RemoteInfinispanLogMinerEventProcessor. eventCacheMethods in io.debezium.connector.oracle.logminer.processor.infinispan that return types with arguments of type LogMinerEvent Modifier and Type Method Description org.infinispan.commons.api.BasicCache<String,LogMinerEvent>CacheProvider. getEventCache()Get the LogMiner events cache Key - The event id, in the format oftransactionId-eventSequenceValue - The raw LogMinerEvent object instanceorg.infinispan.commons.api.BasicCache<String,LogMinerEvent>EmbeddedInfinispanLogMinerEventProcessor. getEventCache()org.infinispan.commons.api.BasicCache<String,LogMinerEvent>RemoteInfinispanLogMinerEventProcessor. getEventCache()protected Iterator<LogMinerEvent>AbstractInfinispanLogMinerEventProcessor. getTransactionEventIterator(InfinispanTransaction transaction)Method parameters in io.debezium.connector.oracle.logminer.processor.infinispan with type arguments of type LogMinerEvent Modifier and Type Method Description protected voidAbstractInfinispanLogMinerEventProcessor. 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)A ProtoStream factory that createsLogMinerEventinstances.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 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 StringLogMinerEventAdapter. getChangeTime(LogMinerEvent event)A ProtoStream handler to extract thechangeTimefield from theLogMinerEvent.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) -
Uses of LogMinerEvent in io.debezium.connector.oracle.logminer.processor.memory
Fields in io.debezium.connector.oracle.logminer.processor.memory with type parameters of type LogMinerEvent Modifier and Type Field Description private List<LogMinerEvent>MemoryTransaction. eventsMethods in io.debezium.connector.oracle.logminer.processor.memory that return types with arguments of type LogMinerEvent Modifier and Type Method Description List<LogMinerEvent>MemoryTransaction. getEvents()protected Iterator<LogMinerEvent>MemoryLogMinerEventProcessor. getTransactionEventIterator(MemoryTransaction transaction)Method parameters in io.debezium.connector.oracle.logminer.processor.memory with type arguments of type LogMinerEvent Modifier and Type Method Description protected voidMemoryLogMinerEventProcessor. addToTransaction(String transactionId, LogMinerEventRow row, Supplier<LogMinerEvent> eventSupplier)
-