Uses of Enum
org.apache.flink.table.api.InsertConflictStrategy.ConflictBehavior
Packages that use InsertConflictStrategy.ConflictBehavior
-
Uses of InsertConflictStrategy.ConflictBehavior in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return InsertConflictStrategy.ConflictBehaviorModifier and TypeMethodDescriptionInsertConflictStrategy.getBehavior()Returns the conflict behavior of this strategy.Returns the enum constant of this type with the specified name.InsertConflictStrategy.ConflictBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.api with parameters of type InsertConflictStrategy.ConflictBehaviorModifier and TypeMethodDescriptionInsertConflictStrategy.Builder.withBehavior(InsertConflictStrategy.ConflictBehavior behavior) Sets the conflict behavior for the strategy.