| 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. | 
| Operation | ChangeRecord. operation()Returns the type of change this record describes (insert, delete or
 update). | 
| static Operation | Operation. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Operation[] | Operation. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.