Uses of Enum Class
com.hazelcast.enterprise.jet.cdc.Operation
-
Uses of Operation in com.hazelcast.enterprise.jet.cdc
Methods in com.hazelcast.enterprise.jet.cdc that return OperationModifier and TypeMethodDescriptionstatic OperationParses the string present in a CDC message into the correspondingOperationenum member.ChangeRecord.operation()Returns the type of change this record describes (insert, delete or update).static OperationReturns 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.