Uses of Class
com.zendesk.maxwell.schema.MysqlPositionStore
-
Packages that use MysqlPositionStore Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator.com.zendesk.maxwell.schema stores and updates (via SQL parsing) a view of the mysql schema -
-
Uses of MysqlPositionStore in com.zendesk.maxwell
Methods in com.zendesk.maxwell that return MysqlPositionStore Modifier and Type Method Description MysqlPositionStore
MaxwellContext. getPositionStore()
Get the position store service object -
Uses of MysqlPositionStore in com.zendesk.maxwell.schema
Subclasses of MysqlPositionStore in com.zendesk.maxwell.schema Modifier and Type Class Description class
ReadOnlyMysqlPositionStore
a schema position object that doesn't write its position out.Constructors in com.zendesk.maxwell.schema with parameters of type MysqlPositionStore Constructor Description PositionStoreThread(MysqlPositionStore store, MaxwellContext context)
-