Uses of Interface
com.zendesk.maxwell.util.ConnectionPool
-
Packages that use ConnectionPool Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator.com.zendesk.maxwell.bootstrap bootstrapping outputs the current dataset into a stream.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 schemacom.zendesk.maxwell.util grab-bag of code -
-
Uses of ConnectionPool in com.zendesk.maxwell
Methods in com.zendesk.maxwell that return ConnectionPool Modifier and Type Method Description ConnectionPool
MaxwellContext. getMaxwellConnectionPool()
Get a connection from the maxwell (metadata) poolConnectionPool
MaxwellContext. getReplicationConnectionPool()
Get the replication poolConnectionPool
MaxwellContext. getSchemaConnectionPool()
Get a connection from the schema pool -
Uses of ConnectionPool in com.zendesk.maxwell.bootstrap
Constructors in com.zendesk.maxwell.bootstrap with parameters of type ConnectionPool Constructor Description BootstrapController(ConnectionPool maxwellConnectionPool, AbstractProducer producer, SynchronousBootstrapper bootstrapper, String clientID, boolean syncMode, Long currentSchemaID)
Instantiate a controller -
Uses of ConnectionPool in com.zendesk.maxwell.recovery
Constructors in com.zendesk.maxwell.recovery with parameters of type ConnectionPool Constructor Description Recovery(MaxwellMysqlConfig replicationConfig, String maxwellDatabaseName, ConnectionPool replicationConnectionPool, CaseSensitivity caseSensitivity, RecoveryInfo recoveryInfo)
RecoverySchemaStore(ConnectionPool replicationConnectionPool, String maxwellDatabaseName, CaseSensitivity caseSensitivity)
-
Uses of ConnectionPool in com.zendesk.maxwell.schema
Fields in com.zendesk.maxwell.schema declared as ConnectionPool Modifier and Type Field Description protected ConnectionPool
AbstractSchemaStore. replicationConnectionPool
protected ConnectionPool
AbstractSchemaStore. schemaConnectionPool
Methods in com.zendesk.maxwell.schema with parameters of type ConnectionPool Modifier and Type Method Description protected void
MysqlSavedSchema. handleVersionUpgrades(ConnectionPool pool)
static MysqlSavedSchema
MysqlSavedSchema. restore(ConnectionPool pool, Long serverID, CaseSensitivity caseSensitivity, Position targetPosition)
Constructors in com.zendesk.maxwell.schema with parameters of type ConnectionPool Constructor Description AbstractSchemaStore(ConnectionPool replicationConnectionPool, ConnectionPool schemaConnectionPool, CaseSensitivity caseSensitivity, Filter filter)
MysqlPositionStore(ConnectionPool pool, Long serverID, String clientID, boolean gtidMode)
MysqlSchemaCompactor(int maxDeltas, ConnectionPool maxwellConnectionPool, String clientID, Long serverID, CaseSensitivity sensitivity)
MysqlSchemaStore(ConnectionPool maxwellConnectionPool, ConnectionPool replicationConnectionPool, ConnectionPool schemaConnectionPool, Long serverID, Position initialPosition, CaseSensitivity caseSensitivity, Filter filter, boolean readOnly)
ReadOnlyMysqlPositionStore(ConnectionPool pool, Long serverID, String clientID, boolean gtidMode)
-
Uses of ConnectionPool in com.zendesk.maxwell.util
Classes in com.zendesk.maxwell.util that implement ConnectionPool Modifier and Type Class Description class
C3P0ConnectionPool
-