Uses of Class
com.zendesk.maxwell.bootstrap.BootstrapTask
-
Packages that use BootstrapTask Package Description com.zendesk.maxwell.bootstrap bootstrapping outputs the current dataset into a stream. -
-
Uses of BootstrapTask in com.zendesk.maxwell.bootstrap
Methods in com.zendesk.maxwell.bootstrap that return BootstrapTask Modifier and Type Method Description static BootstrapTaskBootstrapTask. valueOf(RowMap row)Methods in com.zendesk.maxwell.bootstrap with parameters of type BootstrapTask 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.
-