Uses of Class
com.zendesk.maxwell.row.RowMap.KeyFormat
-
Packages that use RowMap.KeyFormat Package Description com.zendesk.maxwell.row Maxwell's representation of a row from the binlogcom.zendesk.maxwell.schema.ddl the mysql DDL schema parser lives here. -
-
Uses of RowMap.KeyFormat in com.zendesk.maxwell.row
Methods in com.zendesk.maxwell.row that return RowMap.KeyFormat Modifier and Type Method Description static RowMap.KeyFormat
RowMap.KeyFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static RowMap.KeyFormat[]
RowMap.KeyFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.zendesk.maxwell.row with parameters of type RowMap.KeyFormat Modifier and Type Method Description String
RowMap. pkToJson(RowMap.KeyFormat format)
String
RowIdentity. toKeyJson(RowMap.KeyFormat keyFormat)
-
Uses of RowMap.KeyFormat in com.zendesk.maxwell.schema.ddl
Methods in com.zendesk.maxwell.schema.ddl with parameters of type RowMap.KeyFormat Modifier and Type Method Description String
DDLMap. pkToJson(RowMap.KeyFormat keyFormat)
-