Package io.debezium.connector.postgresql
Enum PostgresConnectorConfig.TruncateHandlingMode
java.lang.Object
java.lang.Enum<PostgresConnectorConfig.TruncateHandlingMode>
io.debezium.connector.postgresql.PostgresConnectorConfig.TruncateHandlingMode
- All Implemented Interfaces:
EnumeratedValue,Serializable,Comparable<PostgresConnectorConfig.TruncateHandlingMode>
- Enclosing class:
- PostgresConnectorConfig
@Deprecated
public static enum PostgresConnectorConfig.TruncateHandlingMode
extends Enum<PostgresConnectorConfig.TruncateHandlingMode>
implements EnumeratedValue
Deprecated.
use skipped operations instead.
The set of predefined TruncateHandlingMode options or aliases
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
SKIP
Deprecated.Skip TRUNCATE messages -
INCLUDE
Deprecated.Handle & Include TRUNCATE messages
-
-
Field Details
-
value
Deprecated.
-
-
Constructor Details
-
TruncateHandlingMode
Deprecated.
-
-
Method Details
-
values
Deprecated.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
Deprecated.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 nameNullPointerException- if the argument is null
-
getValue
Deprecated.- Specified by:
getValuein interfaceEnumeratedValue
-
parse
Deprecated.
-