Method and Description |
---|
com.github.shyiko.mysql.binlog.BinaryLogClient.getKeepAliveConnectTimeout()
in favour of
BinaryLogClient.getConnectTimeout() |
com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.setChecksumType(ChecksumType)
resolved based on FORMAT_DESCRIPTION
|
com.github.shyiko.mysql.binlog.BinaryLogClient.setKeepAliveConnectTimeout(long)
in favour of
BinaryLogClient.setConnectTimeout(long) |
com.github.shyiko.mysql.binlog.network.protocol.PacketChannel.writeBuffered(Command, int)
use
PacketChannel.write(Command, int) instead |
Enum Constant and Description |
---|
com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.CompatibilityMode.INVALID_DATE_AND_TIME_AS_NEGATIVE_ONE |
Copyright © 2020. All rights reserved.