Enum JdbcSinkConnectorConfig.InsertMode

java.lang.Object
java.lang.Enum<JdbcSinkConnectorConfig.InsertMode>
io.debezium.connector.jdbc.JdbcSinkConnectorConfig.InsertMode
All Implemented Interfaces:
io.debezium.config.EnumeratedValue, Serializable, Comparable<JdbcSinkConnectorConfig.InsertMode>
Enclosing class:
JdbcSinkConnectorConfig

public static enum JdbcSinkConnectorConfig.InsertMode extends Enum<JdbcSinkConnectorConfig.InsertMode> implements io.debezium.config.EnumeratedValue
Defines the various different insertion modes supported.
  • Enum Constant Details

  • Field Details

  • Constructor Details

    • InsertMode

      private InsertMode(String mode)
  • Method Details

    • values

      public static JdbcSinkConnectorConfig.InsertMode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static JdbcSinkConnectorConfig.InsertMode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • parse

      public static JdbcSinkConnectorConfig.InsertMode parse(String value)
    • getValue

      public String getValue()
      Specified by:
      getValue in interface io.debezium.config.EnumeratedValue