Package io.debezium.connector.oracle.logminer.processor.ehcache.serialization
package io.debezium.connector.oracle.logminer.processor.ehcache.serialization
-
ClassDescriptionAn abstract implementation of the Ehcache
Serializerinterface.A simple context object for tracking the deserialization of aDataInputStream.DmlEventSerdesProvider<T extends DmlEvent>A specialized implementation ofSerdesProviderforDmlEventtypes.An EhcacheSerializerimplementation for storing anEhcacheTransactionin the cache.A specialized implementation ofSerdesProviderforExtendedStringBeginEventtypes.A specialized implementation ofSerdesProviderforExtendedStringWriteEventtypes.LobEraseEventSerdesProvider<T extends LobEraseEvent>A specialized implementation ofSerdesProviderforLobEraseEventtypes.LobWriteEventSerdesProvider<T extends LobWriteEvent>A specialized implementation ofSerdesProviderforLobWriteEventtypes.LogMinerEventSerdesProvider<T extends LogMinerEvent>A specialized implementation ofSerdesProviderforLogMinerEventtypes.An EhcacheSerializerimplementation for handlingLogMinerEventand subtypes.RedoSqlDmlEventSerdesProvider<T extends RedoSqlDmlEvent>A specialized implementation ofSerdesProviderforRedoSqlDmlEventtypes.A specialized implementation ofSerdesProviderforSelectLobLocatorEventtypes.Defines the contract for supplying a Serdes (Serializer/Deserializer tuple) for the Ehcache transaction event cache that stores different types of events.A reader implementation enabling the reading of data from anInputStream.TruncateEventSerdesProvider<T extends TruncateEvent>A specialized implementation ofSerdesProviderforTruncateEventtypes.XmlBeginEventSerdesProvider<T extends XmlBeginEvent>A specialized implementation ofSerdesProviderforXmlBeginEventtypes.XmlEndEventSerdesProvider<T extends XmlEndEvent>A specialized implementation ofSerdesProviderforXmlEndEventtypes.XmlWriteEventSerdesProvider<T extends XmlWriteEvent>A specialized implementation ofSerdesProviderforXmlWriteEventtypes.