Uses of Enum
io.confluent.flink.plugin.OnConflictMode
Packages that use OnConflictMode
-
Uses of OnConflictMode in io.confluent.flink.plugin
Methods in io.confluent.flink.plugin that return OnConflictModeModifier and TypeMethodDescriptionstatic OnConflictModeParses a string value to the correspondingOnConflictMode.static OnConflictModeReturns the enum constant of this type with the specified name.static OnConflictMode[]OnConflictMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.confluent.flink.plugin with parameters of type OnConflictModeModifier and TypeMethodDescriptionConfluentSettings.Builder.setOnConflict(OnConflictMode mode) Sets the behavior when a statement could not be updated, due to a conflict.