Uses of Enum
org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinlogEventType
Packages that use MySQLBinlogEventType
-
Uses of MySQLBinlogEventType in org.apache.shardingsphere.db.protocol.mysql.constant
Methods in org.apache.shardingsphere.db.protocol.mysql.constant that return MySQLBinlogEventTypeModifier and TypeMethodDescriptionstatic MySQLBinlogEventTypeReturns the enum constant of this type with the specified name.static MySQLBinlogEventType[]MySQLBinlogEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shardingsphere.db.protocol.mysql.constant that return types with arguments of type MySQLBinlogEventTypeModifier and TypeMethodDescriptionstatic Optional<MySQLBinlogEventType>MySQLBinlogEventType.valueOf(int value) GetMySQLBinlogEventTypeby value.