Uses of Class
com.zendesk.maxwell.producer.AbstractProducer
-
Packages that use AbstractProducer 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.monitoring monitoring, diagnostics, and the HTTP servercom.zendesk.maxwell.producer producers write to streams and sinks of various types.com.zendesk.maxwell.replication concerns the operation of the binlog replicator -
-
Uses of AbstractProducer in com.zendesk.maxwell
Methods in com.zendesk.maxwell that return AbstractProducer Modifier and Type Method Description AbstractProducerMaxwellContext. getProducer()get or build anAbstractProducerbased on settings inMaxwellContext.config -
Uses of AbstractProducer in com.zendesk.maxwell.bootstrap
Methods in com.zendesk.maxwell.bootstrap with parameters of type AbstractProducer Modifier and Type Method Description voidSynchronousBootstrapper. completeBootstrap(BootstrapTask task, AbstractProducer producer)Output a "bootstrap complete" rowvoidSynchronousBootstrapper. performBootstrap(BootstrapTask task, AbstractProducer producer, Long currentSchemaID)Perform bootstrap; query all rows from the table in question, and stream the results from the database into the producer.voidSynchronousBootstrapper. startBootstrap(BootstrapTask task, AbstractProducer producer, Long currentSchemaID)Orchestrates the bootstrap process.Constructors in com.zendesk.maxwell.bootstrap with parameters of type AbstractProducer Constructor Description BootstrapController(ConnectionPool maxwellConnectionPool, AbstractProducer producer, SynchronousBootstrapper bootstrapper, String clientID, boolean syncMode, Long currentSchemaID)Instantiate a controller -
Uses of AbstractProducer in com.zendesk.maxwell.monitoring
Methods in com.zendesk.maxwell.monitoring with parameters of type AbstractProducer Modifier and Type Method Description MaxwellHealthCheckMaxwellHealthCheckFactory. createHealthCheck(AbstractProducer producer)Constructors in com.zendesk.maxwell.monitoring with parameters of type AbstractProducer Constructor Description MaxwellHealthCheck(AbstractProducer producer) -
Uses of AbstractProducer in com.zendesk.maxwell.producer
Subclasses of AbstractProducer in com.zendesk.maxwell.producer Modifier and Type Class Description classAbstractAsyncProducerclassAbstractProfilingProducerclassBufferedProducerclassFileProducerclassMaxwellBigQueryProducerclassMaxwellKafkaProducerclassMaxwellKinesisProducerclassMaxwellPubsubProducerclassMaxwellRedisProducerclassMaxwellSNSProducerclassMaxwellSQSProducerclassNatsProducerclassNoneProducerclassProfilerProducerclassRabbitmqProducerclassStdoutProducerMethods in com.zendesk.maxwell.producer that return AbstractProducer Modifier and Type Method Description AbstractProducerProducerFactory. createProducer(MaxwellContext context) -
Uses of AbstractProducer in com.zendesk.maxwell.replication
Constructors in com.zendesk.maxwell.replication with parameters of type AbstractProducer 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)
-