Uses of Interface
com.hazelcast.enterprise.jet.cdc.RecordPart
Package
Description
Contains source/sink connectors that deal with Change Data Capture (CDC)
events from various databases as well as a generic connector for Debezium
CDC sources.
-
Uses of RecordPart in com.hazelcast.enterprise.jet.cdc
Modifier and TypeMethodDescriptionChangeRecord.key()
Returns the key part of the CDC event.ChangeRecord.newValue()
Returns the new value of the record.ChangeRecord.nonNullValue()
Returns the value part of the CDC event.ChangeRecord.oldValue()
Returns the old value of the record.ChangeRecord.source()
Returns fullsource
field of inputSourceRecord
.ChangeRecord.value()
Returns the value part of the CDC event.