MCPcopy Index your code

hub / github.com/shyiko/mysql-binlog-connector-java / types & classes

Types & classes116 in github.com/shyiko/mysql-binlog-connector-java

ClassAbstractLifecycleListener
Default (no-op) implementation of {@link LifecycleListener}.
src/main/java/com/github/shyiko/mysql/binlog/BinaryLogClient.java:1307
ClassAbstractRowsEventDataDeserializer
Whole class is basically a mix of <a href="https://code.google.com/p/open-replicator">open-replicator</a>'s AbstractRowEventParser and MySQLUtils. Mai
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/AbstractRowsEventDataDeserializer.java:67
ClassAbstractRowsEventDataDeserializerTest
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/event/deserialization/AbstractRowsEventDataDeserializerTest.java:29
ClassAuthenticateCommand
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/command/AuthenticateCommand.java:28
ClassAuthenticateNativePasswordCommand
@author <a href="mailto:ben.osheroff@gmail.com">Ben Osheroff</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/command/AuthenticateNativePasswordCommand.java:23
ClassAuthenticationException
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/AuthenticationException.java:21
ClassBinaryLogClient
MySQL replication stream client. @author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/BinaryLogClient.java:90
ClassBinaryLogClientGTIDIntegrationTest
@author <a href="https://github.com/osheroff">Ben Osheroff</a>
src/test/java/com/github/shyiko/mysql/binlog/BinaryLogClientGTIDIntegrationTest.java:36
ClassBinaryLogClientIntegrationTest
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/BinaryLogClientIntegrationTest.java:98
InterfaceBinaryLogClientMXBean
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/jmx/BinaryLogClientMXBean.java:24
ClassBinaryLogClientMXBeanTest
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/jmx/BinaryLogClientMXBeanTest.java:30
ClassBinaryLogClientStatistics
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/jmx/BinaryLogClientStatistics.java:28
InterfaceBinaryLogClientStatisticsMXBean
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/jmx/BinaryLogClientStatisticsMXBean.java:21
ClassBinaryLogClientStatisticsMXBeanTest
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/jmx/BinaryLogClientStatisticsMXBeanTest.java:30
ClassBinaryLogClientStatisticsTest
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/jmx/BinaryLogClientStatisticsTest.java:33
ClassBinaryLogClientTest
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/BinaryLogClientTest.java:39
ClassBinaryLogFileReader
MySQL binary log file reader. @author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/BinaryLogFileReader.java:35
ClassBinaryLogFileReaderIntegrationTest
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/BinaryLogFileReaderIntegrationTest.java:39
ClassBufferedSocketInputStream
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/io/BufferedSocketInputStream.java:25
ClassBufferedSocketInputStreamTest
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/io/BufferedSocketInputStreamTest.java:28
ClassByteArrayEventData
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/ByteArrayEventData.java:21
ClassByteArrayEventDataDeserializer
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/ByteArrayEventDataDeserializer.java:26
ClassByteArrayInputStream
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/io/ByteArrayInputStream.java:26
ClassByteArrayOutputStream
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/io/ByteArrayOutputStream.java:24
InterfaceCallback
Callback used in the {@link MySQLConnection#execute(Callback)} method. @param <T> the type of argument
src/test/java/com/github/shyiko/mysql/binlog/BinaryLogClientIntegrationTest.java:1168
ClassCapturingEventListener
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/CapturingEventListener.java:28
EnumChecksumType
@see <a href="https://dev.mysql.com/doc/refman/5.6/en/replication-options-binary-log.html#option_mysqld_binlog-checksum"> MySQL --binlog-checksum
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/ChecksumType.java:25
ClassClientCapabilities
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a> @see <a href="http://dev.mysql.com/doc/internals/en/capability-flags.html#packet-
src/main/java/com/github/shyiko/mysql/binlog/network/ClientCapabilities.java:23
EnumColumnType
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/ColumnType.java:24
InterfaceCommand
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/command/Command.java:25
EnumCommandType
@see <a href="http://dev.mysql.com/doc/internals/en/text-protocol.html">Text Protocol</a> for the original documentation. @author <a href="mailto:stan
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/command/CommandType.java:23
EnumCompatibilityMode
@see CompatibilityMode#DATE_AND_TIME_AS_LONG @see CompatibilityMode#DATE_AND_TIME_AS_LONG_MICRO @see CompatibilityMode#INVALID_DATE_AND_TIME_AS_ZERO @
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/EventDeserializer.java:317
ClassCountDownEventListener
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/CountDownEventListener.java:30
ClassDefaultCharset
@author <a href="mailto:ahmedahamid@yahoo.com">Ahmed Abdul Hamid</a>
src/main/java/com/github/shyiko/mysql/binlog/event/TableMapEventMetadata.java:208
ClassDefaultSSLSocketFactory
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/DefaultSSLSocketFactory.java:28
ClassDeleteRowsEventData
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/DeleteRowsEventData.java:26
ClassDeleteRowsEventDataDeserializer
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/DeleteRowsEventDataDeserializer.java:32
ClassDeserializer
{@link com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.EventDataWrapper} deserializer.
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/EventDeserializer.java:395
ClassDumpBinaryLogCommand
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/command/DumpBinaryLogCommand.java:25
ClassDumpBinaryLogGtidCommand
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/command/DumpBinaryLogGtidCommand.java:27
ClassErrorCode
MySQL error codes. Auto-generated from sql/share/errmsg-utf8.txt. @author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/ErrorCode.java:23
ClassErrorPacket
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/ErrorPacket.java:25
ClassEvent
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/Event.java:23
InterfaceEventData
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/EventData.java:23
ClassEventDataDeserializationException
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/EventDataDeserializationException.java:25
InterfaceEventDataDeserializer
@param <T> event data this deserializer is responsible for @author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/EventDataDeserializer.java:27
ClassEventDataWrapper
Enwraps internal {@link EventData} if custom {@link EventDataDeserializer} is provided (for internally used events only).
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/EventDeserializer.java:359
ClassEventDeserializer
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/EventDeserializer.java:35
InterfaceEventHeader
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/EventHeader.java:23
InterfaceEventHeaderDeserializer
@param <T> event header this deserializer is responsible for @author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/EventHeaderDeserializer.java:27
ClassEventHeaderV4
Used in MySQL 5.0+. @author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/EventHeaderV4.java:22
ClassEventHeaderV4Deserializer
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/EventHeaderV4Deserializer.java:27
InterfaceEventListener
{@link BinaryLogClient}'s event listener.
src/main/java/com/github/shyiko/mysql/binlog/BinaryLogClient.java:1271
EnumEventType
@see <a href="https://dev.mysql.com/doc/internals/en/event-meanings.html">Event Meanings</a> for the original documentation. @author <a href="mailto:s
src/main/java/com/github/shyiko/mysql/binlog/event/EventType.java:23
ClassEventTypeTest
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/event/EventTypeTest.java:30
ClassFormatDescriptionEventData
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/FormatDescriptionEventData.java:23
ClassFormatDescriptionEventDataDeserializer
@see <a href="https://dev.mysql.com/doc/internals/en/format-description-event.html">FORMAT_DESCRIPTION_EVENT</a> @author <a href="mailto:stanley.shyik
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/FormatDescriptionEventDataDeserializer.java:28
ClassGreetingPacket
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/GreetingPacket.java:25
ClassGtidEventData
@author <a href="mailto:pprasse@actindo.de">Patrick Prasse</a>
src/main/java/com/github/shyiko/mysql/binlog/event/GtidEventData.java:21
ClassGtidEventDataDeserializer
@author <a href="mailto:pprasse@actindo.de">Patrick Prasse</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/GtidEventDataDeserializer.java:25
ClassGtidSet
GTID set as described in <a href="https://dev.mysql.com/doc/refman/5.6/en/replication-gtids-concepts.html">GTID Concepts</a> of MySQL 5.6 Reference Ma
src/main/java/com/github/shyiko/mysql/binlog/GtidSet.java:39
ClassGtidSetTest
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/GtidSetTest.java:31
ClassIdentityVerificationException
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/IdentityVerificationException.java:23
ClassIntVarEventData
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/IntVarEventData.java:21
ClassIntVarEventDataDeserializer
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/IntVarEventDataDeserializer.java:26
ClassInterval
An interval of contiguous transaction identifiers. @see GtidSet
src/main/java/com/github/shyiko/mysql/binlog/GtidSet.java:347
ClassJsonBinary
Utility to parse the binary-encoded value of a MySQL {@code JSON} type, translating the encoded representation into method calls on a supplied {@link
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/json/JsonBinary.java:153
ClassJsonBinaryValueIntegrationTest
@author <a href="mailto:rhauch@gmail.com">Randall Hauch</a>
src/test/java/com/github/shyiko/mysql/binlog/event/deserialization/json/JsonBinaryValueIntegrationTest.java:53
InterfaceJsonFormatter
Handle the various actions involved when {@link JsonBinary#parse(byte[], JsonFormatter)} a JSON binary value. @author <a href="mailto:rhauch@gmail.co
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/json/JsonFormatter.java:29
ClassJsonStringFormatter
A {@link JsonFormatter} implementation that creates a JSON string representation. @author <a href="mailto:rhauch@gmail.com">Randall Hauch</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/json/JsonStringFormatter.java:28
InterfaceLifecycleListener
{@link BinaryLogClient}'s lifecycle listener.
src/main/java/com/github/shyiko/mysql/binlog/BinaryLogClient.java:1279
EnumMetadataFieldType
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/TableMapEventMetadataDeserializer.java:154
ClassMissingTableMapEventException
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/MissingTableMapEventException.java:23
ClassMySQLConnection
Representation of a MySQL connection.
src/test/java/com/github/shyiko/mysql/binlog/BinaryLogClientIntegrationTest.java:1058
ClassNullEventDataDeserializer
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/NullEventDataDeserializer.java:26
InterfacePacket
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/Packet.java:21
ClassPacketChannel
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/PacketChannel.java:34
ClassPingCommand
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/command/PingCommand.java:25
ClassPreviousGtidSetDeserializer
@author <a href="https://github.com/jolivares">Juan Olivares</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/PreviousGtidSetDeserializer.java:28
ClassPreviousGtidSetDeserializerTest
@author <a href="https://github.com/jolivares">Juan Olivares</a>
src/test/java/com/github/shyiko/mysql/binlog/event/deserialization/PreviousGtidSetDeserializerTest.java:30
ClassPreviousGtidSetEventData
@author <a href="https://github.com/jolivares">Juan Olivares</a>
src/main/java/com/github/shyiko/mysql/binlog/event/PreviousGtidSetEventData.java:21
ClassQueryCommand
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/command/QueryCommand.java:25
ClassQueryEventData
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/QueryEventData.java:21
ClassQueryEventDataDeserializer
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/QueryEventDataDeserializer.java:26
ClassQueryEventFailureSimulator
Used to simulate {@link SocketException} inside {@link QueryEventDataDeserializer#deserialize(ByteArrayInputStream)} (once).
src/test/java/com/github/shyiko/mysql/binlog/BinaryLogClientIntegrationTest.java:1177
ClassResultSetRowPacket
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/ResultSetRowPacket.java:27
ClassRotateEventData
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/RotateEventData.java:21
ClassRotateEventDataDeserializer
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/RotateEventDataDeserializer.java:26
ClassRowsQueryEventData
@author <a href="mailto:pprasse@actindo.de">Patrick Prasse</a>
src/main/java/com/github/shyiko/mysql/binlog/event/RowsQueryEventData.java:21
ClassRowsQueryEventDataDeserializer
@author <a href="mailto:pprasse@actindo.de">Patrick Prasse</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/RowsQueryEventDataDeserializer.java:25
EnumSSLMode
@see <a href="https://dev.mysql.com/doc/refman/5.7/en/secure-connection-options.html#option_general_ssl-mode> ssl-mode</a> for the original documentat
src/main/java/com/github/shyiko/mysql/binlog/network/SSLMode.java:23
ClassSSLRequestCommand
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/protocol/command/SSLRequestCommand.java:26
InterfaceSSLSocketFactory
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/SSLSocketFactory.java:25
ClassServerException
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/ServerException.java:23
InterfaceSocketFactory
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/SocketFactory.java:24
ClassTCPReverseProxy
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/test/java/com/github/shyiko/mysql/binlog/TCPReverseProxy.java:37
ClassTLSHostnameVerifier
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/network/TLSHostnameVerifier.java:30
ClassTableMapEventData
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/TableMapEventData.java:23
ClassTableMapEventDataDeserializer
@author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/TableMapEventDataDeserializer.java:27
ClassTableMapEventMetadata
@author <a href="mailto:ahmedahamid@yahoo.com">Ahmed Abdul Hamid</a>
src/main/java/com/github/shyiko/mysql/binlog/event/TableMapEventMetadata.java:26
next →1–100 of 116, ranked by callers