Uses of Interface
com.zendesk.maxwell.schema.SchemaStore
-
Packages that use SchemaStore Package Description com.zendesk.maxwell.recovery allows users to continue a stream after changing masterscom.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 SchemaStore in com.zendesk.maxwell.recovery
Classes in com.zendesk.maxwell.recovery that implement SchemaStore Modifier and Type Class Description class
RecoverySchemaStore
A schema store that contains only the maxwell database, and throws away any schema changes we encounter while trying to recover the binlog position. -
Uses of SchemaStore in com.zendesk.maxwell.replication
Constructors in com.zendesk.maxwell.replication with parameters of type SchemaStore Constructor Description BinlogConnectorReplicator(SchemaStore schemaStore, AbstractProducer producer, BootstrapController bootstrapper, MaxwellMysqlConfig mysqlConfig, Long replicaServerID, String maxwellSchemaDatabaseName, Metrics metrics, Position start, boolean stopOnEOF, String clientID, HeartbeatNotifier heartbeatNotifier, Scripting scripting, Filter filter, boolean ignoreMissingSchema, MaxwellOutputConfig outputConfig, float bufferMemoryUsage, int replicationReconnectionRetries, int binlogEventQueueSize)
BinlogConnectorReplicator(SchemaStore schemaStore, AbstractProducer producer, BootstrapController bootstrapper, MaxwellMysqlConfig mysqlConfig, Long replicaServerID, String maxwellSchemaDatabaseName, Metrics metrics, Position start, boolean stopOnEOF, String clientID, HeartbeatNotifier heartbeatNotifier, Scripting scripting, Filter filter, MaxwellOutputConfig outputConfig, float bufferMemoryUsage, int replicationReconnectionRetries)
-
Uses of SchemaStore in com.zendesk.maxwell.schema
Classes in com.zendesk.maxwell.schema that implement SchemaStore Modifier and Type Class Description class
MysqlSchemaStore
-