Uses of Enum Class
com.hazelcast.jet.cdc.Operation
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 Operation in com.hazelcast.jet.cdc
Modifier and TypeMethodDescriptionstatic Operation
Parses the string present in a CDC message into the correspondingOperation
enum member.ChangeRecord.operation()
Returns the type of change this record describes (insert, delete or update).static Operation
Returns the enum constant of this class with the specified name.static Operation[]
Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.