Package io.debezium.connector.informix
Class InformixStreamTransactionRecord
java.lang.Object
com.informix.stream.transactions.IfmxStreamTransactionRecord
io.debezium.connector.informix.InformixStreamTransactionRecord
- All Implemented Interfaces:
com.informix.stream.api.IfmxStreamRecord
public class InformixStreamTransactionRecord
extends com.informix.stream.transactions.IfmxStreamTransactionRecord
implements com.informix.stream.api.IfmxStreamRecord
An extension of IfmxStreamTransactionRecord that takes a wider view of which operation types we are interested in.
- Author:
- Lars M Johansson
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInformixStreamTransactionRecord(com.informix.stream.cdc.records.IfxCDCBeginTransactionRecord beginRecord, com.informix.stream.api.IfmxStreamRecord closingRecord, List<com.informix.stream.api.IfmxStreamRecord> records) -
Method Summary
Methods inherited from class com.informix.stream.transactions.IfmxStreamTransactionRecord
getBeginRecord, getEndRecord, getLabel, getSequenceId, getTransactionId, getType, hasOperationDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.informix.stream.api.IfmxStreamRecord
getLabel, getSequenceId, getTransactionId, getType, hasOperationData
-
Field Details
-
records
-
-
Constructor Details
-
InformixStreamTransactionRecord
public InformixStreamTransactionRecord(com.informix.stream.cdc.records.IfxCDCBeginTransactionRecord beginRecord, com.informix.stream.api.IfmxStreamRecord closingRecord, List<com.informix.stream.api.IfmxStreamRecord> records)
-
-
Method Details
-
getOperationRecords
- Overrides:
getOperationRecordsin classcom.informix.stream.transactions.IfmxStreamTransactionRecord
-
getRecords
-
toString
- Overrides:
toStringin classcom.informix.stream.transactions.IfmxStreamTransactionRecord
-