| Package | Description | 
|---|---|
| com.hazelcast.jet.cdc | 
 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RecordPart | 
ChangeRecord.key()
Returns the key part of the CDC event. 
 | 
RecordPart | 
ChangeRecord.newValue()
Returns the new value of the record. 
 | 
RecordPart | 
ChangeRecord.oldValue()
Returns the old value of the record. 
 | 
RecordPart | 
ChangeRecord.value()
Returns the value part of the CDC event. 
 | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.