Uses of Class
com.zendesk.maxwell.bootstrap.BootstrapController
-
Packages that use BootstrapController 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 BootstrapController in com.zendesk.maxwell
Methods in com.zendesk.maxwell that return BootstrapController Modifier and Type Method Description BootstrapController
MaxwellContext. getBootstrapController(Long currentSchemaID)
get or start aBootstrapController
-
Uses of BootstrapController in com.zendesk.maxwell.replication
Constructors in com.zendesk.maxwell.replication with parameters of type BootstrapController 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)
-