Uses of Class
io.debezium.connector.oracle.logminer.events.LogMinerEvent
Packages that use LogMinerEvent
Package
Description
-
Uses of LogMinerEvent in io.debezium.connector.oracle.logminer.events
Subclasses of LogMinerEvent in io.debezium.connector.oracle.logminer.eventsModifier and TypeClassDescriptionclassAn event that represents a data modification (DML).classA LogMiner event that represents aLOB_ERASEoperation.classA LogMiner event that represents aLOB_WRITEoperation.classA data modification event that represents aSEL_LOB_LOCATORevent type.class -
Uses of LogMinerEvent in io.debezium.connector.oracle.logminer.processor
Fields in io.debezium.connector.oracle.logminer.processor with type parameters of type LogMinerEventModifier and TypeFieldDescriptionprivate final TransactionCommitConsumer.Handler<LogMinerEvent>TransactionCommitConsumer.delegateMethods in io.debezium.connector.oracle.logminer.processor that return types with arguments of type LogMinerEventModifier and TypeMethodDescriptionprotected 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 LogMinerEventModifier and TypeMethodDescriptionvoidTransactionCommitConsumer.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 LogMinerEventModifier and TypeMethodDescriptionprotected 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 LogMinerEventConstructor parameters in io.debezium.connector.oracle.logminer.processor with type arguments of type LogMinerEventModifierConstructorDescriptionTransactionCommitConsumer(TransactionCommitConsumer.Handler<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 LogMinerEventModifier and TypeFieldDescriptionprivate final org.infinispan.Cache<String,LogMinerEvent> EmbeddedInfinispanLogMinerEventProcessor.eventCacheprivate final org.infinispan.client.hotrod.RemoteCache<String,LogMinerEvent> RemoteInfinispanLogMinerEventProcessor.eventCacheMethods in io.debezium.connector.oracle.logminer.processor.infinispan that return types with arguments of type LogMinerEventModifier and TypeMethodDescriptionorg.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 LogMinerEventModifier and TypeMethodDescriptionprotected 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 LogMinerEventModifier and TypeMethodDescriptionLogMinerEventAdapter.factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime) A ProtoStream factory that createsLogMinerEventinstances.LogMinerEventAdapter$___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 LogMinerEventModifier and TypeMethodDescriptionLogMinerEventAdapter$___Marshaller_c9767d07296dfd92698dc63598a7eba83b208916ad965382b61e8cc4f6797d39.getJavaClass()Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling with parameters of type LogMinerEventModifier and TypeMethodDescriptionLogMinerEventAdapter.getChangeTime(LogMinerEvent event) A ProtoStream handler to extract thechangeTimefield from theLogMinerEvent.intLogMinerEventAdapter.getEventType(LogMinerEvent event) A ProtoStream handler to extract theeventTypefield from theLogMinerEvent.LogMinerEventAdapter.getRowId(LogMinerEvent event) A ProtoStream handler to extract therowIdfield from theLogMinerEvent.LogMinerEventAdapter.getRsId(LogMinerEvent event) A ProtoStream handler to extract thersIdfield from theLogMinerEvent.LogMinerEventAdapter.getScn(LogMinerEvent event) A ProtoStream handler to extract thescnfield from theLogMinerEvent.LogMinerEventAdapter.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 LogMinerEventMethods in io.debezium.connector.oracle.logminer.processor.memory that return types with arguments of type LogMinerEventModifier and TypeMethodDescriptionMemoryTransaction.getEvents()protected Iterator<LogMinerEvent>MemoryLogMinerEventProcessor.getTransactionEventIterator(MemoryTransaction transaction) Method parameters in io.debezium.connector.oracle.logminer.processor.memory with type arguments of type LogMinerEventModifier and TypeMethodDescriptionprotected voidMemoryLogMinerEventProcessor.addToTransaction(String transactionId, LogMinerEventRow row, Supplier<LogMinerEvent> eventSupplier)