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 EncryptionMode
encryptionMode
List<Pattern>
excludeColumns
boolean
includesBinlogPosition
boolean
includesCommitInfo
boolean
includesGtidPosition
boolean
includesNulls
boolean
includesPrimaryKeyColumns
boolean
includesPrimaryKeys
boolean
includesPushTimestamp
boolean
includesRowQuery
boolean
includesSchemaId
boolean
includesServerId
boolean
includesThreadId
boolean
includesXOffset
String
namingStrategy
boolean
outputDDL
int
rowQueryMaxLength
String
secretKey
boolean
zeroDatesAsNull
-
Constructor Summary
Constructors Constructor Description MaxwellOutputConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
encryptionEnabled()
-
-
-
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
-
-