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 String
getDatabase()
String
getTable()
String
toConcatString()
String
toFallbackValueWithReason(String reason)
String
toKeyJson(RowMap.KeyFormat keyFormat)
String
toString()
-
-
-
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()
-
-