Uses of Class
com.zendesk.maxwell.scripting.Scripting
-
Packages that use Scripting 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 Scripting in com.zendesk.maxwell
Fields in com.zendesk.maxwell declared as Scripting Modifier and Type Field Description Scripting
MaxwellConfig. scripting
Instantiated byMaxwellConfig.validate()
. -
Uses of Scripting in com.zendesk.maxwell.replication
Constructors in com.zendesk.maxwell.replication with parameters of type Scripting 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)
-