Uses of Enum Class
com.github.shyiko.mysql.binlog.event.deserialization.ChecksumType
Packages that use ChecksumType
Package
Description
-
Uses of ChecksumType in com.github.shyiko.mysql.binlog.event
Methods in com.github.shyiko.mysql.binlog.event that return ChecksumTypeMethods in com.github.shyiko.mysql.binlog.event with parameters of type ChecksumTypeModifier and TypeMethodDescriptionvoidFormatDescriptionEventData.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 ChecksumTypeModifier and TypeMethodDescriptionstatic ChecksumTypeChecksumType.byOrdinal(int ordinal) static ChecksumTypeReturns the enum constant of this class with the specified name.static ChecksumType[]ChecksumType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type ChecksumTypeModifier and TypeMethodDescriptionvoidEventDeserializer.setChecksumType(ChecksumType checksumType) Deprecated.resolved based on FORMAT_DESCRIPTION