Uses of Class
com.zendesk.maxwell.MaxwellContext
-
Packages that use MaxwellContext 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 replicatorcom.zendesk.maxwell.schema stores and updates (via SQL parsing) a view of the mysql schema -
-
Uses of MaxwellContext in com.zendesk.maxwell
Fields in com.zendesk.maxwell declared as MaxwellContext Modifier and Type Field Description protected MaxwellContextMaxwell. contextMethods in com.zendesk.maxwell that return MaxwellContext Modifier and Type Method Description MaxwellContextBufferedMaxwell. getContext()Constructors in com.zendesk.maxwell with parameters of type MaxwellContext Constructor Description Maxwell(MaxwellContext context) -
Uses of MaxwellContext in com.zendesk.maxwell.bootstrap
Constructors in com.zendesk.maxwell.bootstrap with parameters of type MaxwellContext Constructor Description SynchronousBootstrapper(MaxwellContext context) -
Uses of MaxwellContext in com.zendesk.maxwell.monitoring
Methods in com.zendesk.maxwell.monitoring with parameters of type MaxwellContext Modifier and Type Method Description static voidMaxwellHTTPServer. startIfRequired(MaxwellContext context)Constructors in com.zendesk.maxwell.monitoring with parameters of type MaxwellContext Constructor Description MaxwellConfigServlet(MaxwellContext context) -
Uses of MaxwellContext in com.zendesk.maxwell.producer
Fields in com.zendesk.maxwell.producer declared as MaxwellContext Modifier and Type Field Description protected MaxwellContextAbstractProducer. contextMethods in com.zendesk.maxwell.producer with parameters of type MaxwellContext Modifier and Type Method Description AbstractProducerProducerFactory. createProducer(MaxwellContext context) -
Uses of MaxwellContext in com.zendesk.maxwell.replication
Constructors in com.zendesk.maxwell.replication with parameters of type MaxwellContext Constructor Description BinlogConnectorDiagnostic(MaxwellContext context) -
Uses of MaxwellContext in com.zendesk.maxwell.schema
Methods in com.zendesk.maxwell.schema with parameters of type MaxwellContext Modifier and Type Method Description static MysqlSavedSchemaMysqlSavedSchema. restore(MaxwellContext context, Position targetPosition)Constructors in com.zendesk.maxwell.schema with parameters of type MaxwellContext Constructor Description AbstractSchemaStore(MaxwellContext context)MysqlSavedSchema(MaxwellContext context, Schema schema, Position position)MysqlSchemaStore(MaxwellContext context, Position initialPosition)PositionStoreThread(MysqlPositionStore store, MaxwellContext context)
-