| 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 | 
|---|---|
| static Operation | Operation. get(String opcode)Parses the string present in a CDC message into the corresponding
  Operationenum member. | 
| Map<String,Object> | RecordPart. toMap()Presents a parsed form of the underlying JSON message as a  Map. | 
| <T> T | RecordPart. toObject(Class<T> clazz)Maps the entire element to an instance of the specified class. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.