Uses of Class
com.zendesk.maxwell.replication.BinlogPosition
-
Packages that use BinlogPosition Package Description com.zendesk.maxwell.bootstrap bootstrapping outputs the current dataset into a stream.com.zendesk.maxwell.replication concerns the operation of the binlog replicatorcom.zendesk.maxwell.schema stores and updates (via SQL parsing) a view of the mysql schema -
-
Uses of BinlogPosition in com.zendesk.maxwell.bootstrap
Fields in com.zendesk.maxwell.bootstrap declared as BinlogPosition Modifier and Type Field Description BinlogPositionBootstrapTask. startPosition -
Uses of BinlogPosition in com.zendesk.maxwell.replication
Methods in com.zendesk.maxwell.replication that return BinlogPosition Modifier and Type Method Description BinlogPositionBinlogPosition. addGtid(String gtid, long offset, String file)static BinlogPositionBinlogPosition. at(long offset, String file)static BinlogPositionBinlogPosition. at(BinlogPosition position)static BinlogPositionBinlogPosition. at(String gtidSetStr, long offset, String file)static BinlogPositionBinlogPosition. capture(Connection c, boolean gtidMode)BinlogPositionPosition. getBinlogPosition()BinlogPositionBinlogConnectorEvent. getNextPosition()BinlogPositionBinlogConnectorEvent. getPosition()Methods in com.zendesk.maxwell.replication with parameters of type BinlogPosition Modifier and Type Method Description static BinlogPositionBinlogPosition. at(BinlogPosition position)booleanBinlogPosition. newerThan(BinlogPosition other)static PositionPosition. valueOf(BinlogPosition binlogPosition, Long lastHeartbeatRead)Constructors in com.zendesk.maxwell.replication with parameters of type BinlogPosition Constructor Description Position(BinlogPosition binlogPosition, long lastHeartbeatRead) -
Uses of BinlogPosition in com.zendesk.maxwell.schema
Methods in com.zendesk.maxwell.schema that return BinlogPosition Modifier and Type Method Description BinlogPositionMysqlSavedSchema. getBinlogPosition()
-