Uses of Class
com.zendesk.maxwell.replication.MysqlVersion
-
Packages that use MysqlVersion Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator.com.zendesk.maxwell.replication concerns the operation of the binlog replicator -
-
Uses of MysqlVersion in com.zendesk.maxwell
Methods in com.zendesk.maxwell that return MysqlVersion Modifier and Type Method Description MysqlVersionMaxwellContext. getMysqlVersion()Get the replication connection's mysql version -
Uses of MysqlVersion in com.zendesk.maxwell.replication
Methods in com.zendesk.maxwell.replication that return MysqlVersion Modifier and Type Method Description static MysqlVersionMysqlVersion. capture(Connection c)Methods in com.zendesk.maxwell.replication with parameters of type MysqlVersion Modifier and Type Method Description booleanMysqlVersion. atLeast(MysqlVersion version)
-