Package com.zendesk.maxwell.row
Class RowIdentity
- java.lang.Object
-
- com.zendesk.maxwell.row.RowIdentity
-
- All Implemented Interfaces:
Serializable
public class RowIdentity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatabase()StringgetTable()StringtoConcatString()StringtoFallbackValueWithReason(String reason)StringtoKeyJson(RowMap.KeyFormat keyFormat)StringtoString()
-
-
-
Method Detail
-
getDatabase
public String getDatabase()
-
getTable
public String getTable()
-
toKeyJson
public String toKeyJson(RowMap.KeyFormat keyFormat) throws IOException
- Throws:
IOException
-
toFallbackValueWithReason
public String toFallbackValueWithReason(String reason) throws IOException
- Throws:
IOException
-
toConcatString
public String toConcatString()
-
-