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).classRepresents a32K_BEGINLogMiner event.classRepresents a32_WRITELogMiner event.classA LogMiner event that represents aLOB_ERASEoperation.classA LogMiner event that represents aLOB_WRITEoperation.classA specialization ofDmlEventthat also stores the LogMiner REDO SQL statements.classA data modification event that represents aSEL_LOB_LOCATORevent type.classclassAn event that represents the start of an XML document in the event stream.classAn event that represents the end of an XML document in the event stream.classAn event that represents a write operation of an XML document in the event stream. -
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 TypeMethodDescriptionCacheProvider.getEventCache()Get the LogMiner events cache Key - The event id, in the format oftransactionId-eventSequenceValue - The raw LogMinerEvent object instanceprotected 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.acceptExtendedStringManipulationEvent(LogMinerEvent event) private voidTransactionCommitConsumer.acceptLobManipulationEvent(LogMinerEvent event) private voidTransactionCommitConsumer.acceptManipulationEvent(LogMinerEvent event) private voidTransactionCommitConsumer.acceptXmlManipulationEvent(LogMinerEvent event) private voidTransactionCommitConsumer.dispatchChangeEvent(LogMinerEvent event) Method parameters in io.debezium.connector.oracle.logminer.processor with type arguments of type LogMinerEventModifier and TypeMethodDescriptionprotected 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.ehcache
Fields in io.debezium.connector.oracle.logminer.processor.ehcache with type parameters of type LogMinerEventModifier and TypeFieldDescriptionprivate final LogMinerCache<String, LogMinerEvent> EhcacheLogMinerEventProcessor.eventCacheMethods in io.debezium.connector.oracle.logminer.processor.ehcache that return types with arguments of type LogMinerEvent -
Uses of LogMinerEvent in io.debezium.connector.oracle.logminer.processor.ehcache.serialization
Classes in io.debezium.connector.oracle.logminer.processor.ehcache.serialization with type parameters of type LogMinerEventModifier and TypeClassDescriptionclassLogMinerEventSerdesProvider<T extends LogMinerEvent>A specialized implementation ofSerdesProviderforLogMinerEventtypes.Methods in io.debezium.connector.oracle.logminer.processor.ehcache.serialization that return LogMinerEventModifier and TypeMethodDescriptionprivate LogMinerEventLogMinerEventSerializer.constructObject(Class<?> clazz, DeserializationContext context) protected LogMinerEventLogMinerEventSerializer.deserialize(SerializerInputStream stream) Methods in io.debezium.connector.oracle.logminer.processor.ehcache.serialization with parameters of type LogMinerEventModifier and TypeMethodDescriptionvoidLogMinerEventSerdesProvider.serialize(LogMinerEvent event, SerializerOutputStream stream) protected voidLogMinerEventSerializer.serialize(LogMinerEvent object, SerializerOutputStream stream) -
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 LogMinerCache<String, LogMinerEvent> EmbeddedInfinispanLogMinerEventProcessor.eventCacheprivate final LogMinerCache<String, LogMinerEvent> RemoteInfinispanLogMinerEventProcessor.eventCacheMethods in io.debezium.connector.oracle.logminer.processor.infinispan that return types with arguments of type LogMinerEventModifier and TypeMethodDescriptionEmbeddedInfinispanLogMinerEventProcessor.getEventCache()RemoteInfinispanLogMinerEventProcessor.getEventCache() -
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 LogMinerEventModifier and TypeFieldDescriptionprivate final LogMinerCache<String, LogMinerEvent> MemoryLogMinerEventProcessor.eventCacheMethods in io.debezium.connector.oracle.logminer.processor.memory that return types with arguments of type LogMinerEvent