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 void
MaxwellContext. 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 class
BootstrapController
Watches 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 class
MaxwellRedisProducer
Methods in com.zendesk.maxwell.producer that return StoppableTask Modifier and Type Method Description StoppableTask
AbstractProducer. getStoppableTask()
StoppableTask
MaxwellKafkaProducer. getStoppableTask()
StoppableTask
MaxwellPubsubProducer. getStoppableTask()
StoppableTask
MaxwellRedisProducer. getStoppableTask()
-
Uses of StoppableTask in com.zendesk.maxwell.replication
Subinterfaces of StoppableTask in com.zendesk.maxwell.replication Modifier and Type Interface Description interface
Replicator
Created by ben on 10/23/16.Classes in com.zendesk.maxwell.replication that implement StoppableTask Modifier and Type Class Description class
BinlogConnectorReplicator
-
Uses of StoppableTask in com.zendesk.maxwell.schema
Classes in com.zendesk.maxwell.schema that implement StoppableTask Modifier and Type Class Description class
MysqlSchemaCompactor
class
PositionStoreThread
-
Uses of StoppableTask in com.zendesk.maxwell.util
Classes in com.zendesk.maxwell.util that implement StoppableTask Modifier and Type Class Description class
RunLoopProcess
Methods in com.zendesk.maxwell.util with parameters of type StoppableTask Modifier and Type Method Description void
TaskManager. add(StoppableTask task)
-