Package io.debezium.connector.postgresql
Enum PostgresConnectorConfig.LogicalDecoder
java.lang.Object
java.lang.Enum<PostgresConnectorConfig.LogicalDecoder>
io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- All Implemented Interfaces:
EnumeratedValue,Serializable,Comparable<PostgresConnectorConfig.LogicalDecoder>
- Enclosing class:
- PostgresConnectorConfig
public static enum PostgresConnectorConfig.LogicalDecoder
extends Enum<PostgresConnectorConfig.LogicalDecoder>
implements EnumeratedValue
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetValue()abstract MessageDecodermessageDecoder(MessageDecoderContext config, PostgresConnection connection) abstract booleanabstract booleanReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PGOUTPUT
-
DECODERBUFS
-
-
Field Details
-
decoderName
-
-
Constructor Details
-
LogicalDecoder
-
-
Method Details
-
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
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
-
messageDecoder
public abstract MessageDecoder messageDecoder(MessageDecoderContext config, PostgresConnection connection) -
parse
-
getValue
- Specified by:
getValuein interfaceEnumeratedValue
-
getPostgresPluginName
-
supportsTruncate
public abstract boolean supportsTruncate() -
supportsLogicalDecodingMessage
public abstract boolean supportsLogicalDecodingMessage()
-