Uses of Class
com.zendesk.maxwell.recovery.RecoveryInfo
-
Packages that use RecoveryInfo Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator.com.zendesk.maxwell.recovery allows users to continue a stream after changing masterscom.zendesk.maxwell.schema stores and updates (via SQL parsing) a view of the mysql schema -
-
Uses of RecoveryInfo in com.zendesk.maxwell
Methods in com.zendesk.maxwell that return RecoveryInfo Modifier and Type Method Description RecoveryInfo
MaxwellContext. getRecoveryInfo()
Build aRecoveryInfo
object, used in non-GTID master failover -
Uses of RecoveryInfo in com.zendesk.maxwell.recovery
Constructors in com.zendesk.maxwell.recovery with parameters of type RecoveryInfo Constructor Description Recovery(MaxwellMysqlConfig replicationConfig, String maxwellDatabaseName, ConnectionPool replicationConnectionPool, CaseSensitivity caseSensitivity, RecoveryInfo recoveryInfo)
-
Uses of RecoveryInfo in com.zendesk.maxwell.schema
Methods in com.zendesk.maxwell.schema that return RecoveryInfo Modifier and Type Method Description RecoveryInfo
MysqlPositionStore. getRecoveryInfo(MaxwellConfig config)
protected RecoveryInfo
MysqlPositionStore. getRecoveryInfo(MaxwellConfig config, Connection c)
Methods in com.zendesk.maxwell.schema that return types with arguments of type RecoveryInfo Modifier and Type Method Description protected List<RecoveryInfo>
MysqlPositionStore. getAllRecoveryInfos()
protected List<RecoveryInfo>
MysqlPositionStore. getAllRecoveryInfos(Connection c)
Method parameters in com.zendesk.maxwell.schema with type arguments of type RecoveryInfo Modifier and Type Method Description protected List<String>
MysqlPositionStore. formatRecoveryFailure(MaxwellConfig config, List<RecoveryInfo> recoveries)
-