Uses of Class
com.zendesk.maxwell.MaxwellConfig
-
Packages that use MaxwellConfig Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator.com.zendesk.maxwell.monitoring monitoring, diagnostics, and the HTTP servercom.zendesk.maxwell.producer producers write to streams and sinks of various types.com.zendesk.maxwell.schema stores and updates (via SQL parsing) a view of the mysql schema -
-
Uses of MaxwellConfig in com.zendesk.maxwell
Fields in com.zendesk.maxwell declared as MaxwellConfig Modifier and Type Field Description protected MaxwellConfig
Maxwell. config
Methods in com.zendesk.maxwell that return MaxwellConfig Modifier and Type Method Description MaxwellConfig
MaxwellContext. getConfig()
Get Maxwell configuration used in this contextConstructors in com.zendesk.maxwell with parameters of type MaxwellConfig Constructor Description BufferedMaxwell(MaxwellConfig config)
Initializer for a buffered Maxwell instance.Maxwell(MaxwellConfig config)
Intialize a top level Maxwell runnerMaxwellContext(MaxwellConfig config)
Create a runtime context from a configuration object -
Uses of MaxwellConfig in com.zendesk.maxwell.monitoring
Constructors in com.zendesk.maxwell.monitoring with parameters of type MaxwellConfig Constructor Description MaxwellMetrics(MaxwellConfig config, com.codahale.metrics.MetricRegistry registry)
-
Uses of MaxwellConfig in com.zendesk.maxwell.producer
Constructors in com.zendesk.maxwell.producer with parameters of type MaxwellConfig Constructor Description KafkaProducerDiagnostic(com.zendesk.maxwell.producer.MaxwellKafkaProducerWorker producer, MaxwellConfig config, PositionStoreThread positionStoreThread)
-
Uses of MaxwellConfig in com.zendesk.maxwell.schema
Methods in com.zendesk.maxwell.schema with parameters of type MaxwellConfig Modifier and Type Method Description protected List<String>
MysqlPositionStore. formatRecoveryFailure(MaxwellConfig config, List<RecoveryInfo> recoveries)
RecoveryInfo
MysqlPositionStore. getRecoveryInfo(MaxwellConfig config)
protected RecoveryInfo
MysqlPositionStore. getRecoveryInfo(MaxwellConfig config, Connection c)
-