Package com.zendesk.maxwell.scripting
Class WrappedDDLMap
- java.lang.Object
-
- com.zendesk.maxwell.scripting.WrappedDDLMap
-
public class WrappedDDLMap extends Object
-
-
Constructor Summary
Constructors Constructor Description WrappedDDLMap(DDLMap row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getChange()StringgetDatabase()LinkedHashMap<String,Object>getExtra_attributes()StringgetPosition()StringgetSql()StringgetTable()LonggetTimestamp()StringgetType()voidsetKafka_topic(String topic)voidsuppress()
-
-
-
Constructor Detail
-
WrappedDDLMap
public WrappedDDLMap(DDLMap row)
-
-
Method Detail
-
getExtra_attributes
public LinkedHashMap<String,Object> getExtra_attributes()
-
getType
public String getType()
-
getTable
public String getTable()
-
getDatabase
public String getDatabase()
-
getSql
public String getSql()
-
getPosition
public String getPosition()
-
getTimestamp
public Long getTimestamp()
-
suppress
public void suppress()
-
setKafka_topic
public void setKafka_topic(String topic)
-
-