Class XmlEndEventAdapter
java.lang.Object
io.debezium.connector.oracle.logminer.processor.infinispan.marshalling.LogMinerEventAdapter
io.debezium.connector.oracle.logminer.processor.infinispan.marshalling.XmlEndEventAdapter
A LogMiner event that represents a
XML_END event type.- Author:
- Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.oracle.logminer.processor.infinispan.marshalling.LogMinerEventAdapter
getChangeTime, getEventType, getRowId, getRsId, getScn, getTableId
-
Constructor Details
-
XmlEndEventAdapter
public XmlEndEventAdapter()
-
-
Method Details
-
factory
@ProtoFactory public XmlEndEvent factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime) A ProtoStream factory that createsXmlEndEventinstances.- Overrides:
factoryin classLogMinerEventAdapter- Parameters:
eventType- the event typescn- the system change number, must not benulltableId- the fully-qualified table namerowId- the Oracle row-id the change is associated withrsId- the Oracle rollback segment identifierchangeTime- the time the change occurred- Returns:
- the constructed DmlEvent
-