Uses of Class
com.github.shyiko.mysql.binlog.event.deserialization.ChecksumType
-
Packages that use ChecksumType Package Description com.github.shyiko.mysql.binlog.event com.github.shyiko.mysql.binlog.event.deserialization -
-
Uses of ChecksumType in com.github.shyiko.mysql.binlog.event
Methods in com.github.shyiko.mysql.binlog.event that return ChecksumType Modifier and Type Method Description ChecksumTypeFormatDescriptionEventData. getChecksumType()Methods in com.github.shyiko.mysql.binlog.event with parameters of type ChecksumType Modifier and Type Method Description voidFormatDescriptionEventData. setChecksumType(ChecksumType checksumType) -
Uses of ChecksumType in com.github.shyiko.mysql.binlog.event.deserialization
Methods in com.github.shyiko.mysql.binlog.event.deserialization that return ChecksumType Modifier and Type Method Description static ChecksumTypeChecksumType. byOrdinal(int ordinal)static ChecksumTypeChecksumType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChecksumType[]ChecksumType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type ChecksumType Modifier and Type Method Description voidEventDeserializer. setChecksumType(ChecksumType checksumType)Deprecated.resolved based on FORMAT_DESCRIPTION
-