Package com.zendesk.maxwell.producer
Class MaxwellOutputConfig
- java.lang.Object
-
- com.zendesk.maxwell.producer.MaxwellOutputConfig
-
public class MaxwellOutputConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description EncryptionModeencryptionModeList<Pattern>excludeColumnsbooleanincludesBinlogPositionbooleanincludesCommitInfobooleanincludesGtidPositionbooleanincludesNullsbooleanincludesPrimaryKeyColumnsbooleanincludesPrimaryKeysbooleanincludesPushTimestampbooleanincludesRowQuerybooleanincludesSchemaIdbooleanincludesServerIdbooleanincludesThreadIdbooleanincludesXOffsetStringnamingStrategybooleanoutputDDLintrowQueryMaxLengthStringsecretKeybooleanzeroDatesAsNull
-
Constructor Summary
Constructors Constructor Description MaxwellOutputConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanencryptionEnabled()
-
-
-
Field Detail
-
includesBinlogPosition
public boolean includesBinlogPosition
-
includesGtidPosition
public boolean includesGtidPosition
-
includesCommitInfo
public boolean includesCommitInfo
-
includesXOffset
public boolean includesXOffset
-
includesNulls
public boolean includesNulls
-
includesServerId
public boolean includesServerId
-
includesThreadId
public boolean includesThreadId
-
includesSchemaId
public boolean includesSchemaId
-
includesRowQuery
public boolean includesRowQuery
-
includesPrimaryKeys
public boolean includesPrimaryKeys
-
includesPrimaryKeyColumns
public boolean includesPrimaryKeyColumns
-
includesPushTimestamp
public boolean includesPushTimestamp
-
outputDDL
public boolean outputDDL
-
encryptionMode
public EncryptionMode encryptionMode
-
secretKey
public String secretKey
-
zeroDatesAsNull
public boolean zeroDatesAsNull
-
namingStrategy
public String namingStrategy
-
rowQueryMaxLength
public int rowQueryMaxLength
-
-