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 BootstrapTask
BootstrapTask. valueOf(RowMap row)
Methods in com.zendesk.maxwell.bootstrap with parameters of type BootstrapTask Modifier and Type Method Description void
SynchronousBootstrapper. completeBootstrap(BootstrapTask task, AbstractProducer producer)
Output a "bootstrap complete" rowvoid
SynchronousBootstrapper. 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.void
SynchronousBootstrapper. startBootstrap(BootstrapTask task, AbstractProducer producer, Long currentSchemaID)
Orchestrates the bootstrap process.
-