Uses of Interface
com.zendesk.maxwell.util.StoppableTask
-
Packages that use StoppableTask 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.producer producers write to streams and sinks of various types.com.zendesk.maxwell.replication concerns the operation of the binlog replicatorcom.zendesk.maxwell.schema stores and updates (via SQL parsing) a view of the mysql schemacom.zendesk.maxwell.util grab-bag of code -
-
Uses of StoppableTask in com.zendesk.maxwell
Methods in com.zendesk.maxwell with parameters of type StoppableTask Modifier and Type Method Description voidMaxwellContext. addTask(StoppableTask task)Add a task (usually a thread) that will be stopped upon shutdown -
Uses of StoppableTask in com.zendesk.maxwell.bootstrap
Classes in com.zendesk.maxwell.bootstrap that implement StoppableTask Modifier and Type Class Description classBootstrapControllerWatches maxwell.bootstrap, starts and stops bootstrap tasks -
Uses of StoppableTask in com.zendesk.maxwell.producer
Classes in com.zendesk.maxwell.producer that implement StoppableTask Modifier and Type Class Description classMaxwellRedisProducerMethods in com.zendesk.maxwell.producer that return StoppableTask Modifier and Type Method Description StoppableTaskAbstractProducer. getStoppableTask()StoppableTaskMaxwellKafkaProducer. getStoppableTask()StoppableTaskMaxwellPubsubProducer. getStoppableTask()StoppableTaskMaxwellRedisProducer. getStoppableTask() -
Uses of StoppableTask in com.zendesk.maxwell.replication
Subinterfaces of StoppableTask in com.zendesk.maxwell.replication Modifier and Type Interface Description interfaceReplicatorCreated by ben on 10/23/16.Classes in com.zendesk.maxwell.replication that implement StoppableTask Modifier and Type Class Description classBinlogConnectorReplicator -
Uses of StoppableTask in com.zendesk.maxwell.schema
Classes in com.zendesk.maxwell.schema that implement StoppableTask Modifier and Type Class Description classMysqlSchemaCompactorclassPositionStoreThread -
Uses of StoppableTask in com.zendesk.maxwell.util
Classes in com.zendesk.maxwell.util that implement StoppableTask Modifier and Type Class Description classRunLoopProcessMethods in com.zendesk.maxwell.util with parameters of type StoppableTask Modifier and Type Method Description voidTaskManager. add(StoppableTask task)
-