Uses of Class
com.zendesk.maxwell.schema.PositionStoreThread
-
Packages that use PositionStoreThread Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator.com.zendesk.maxwell.producer producers write to streams and sinks of various types. -
-
Uses of PositionStoreThread in com.zendesk.maxwell
Methods in com.zendesk.maxwell that return PositionStoreThread Modifier and Type Method Description PositionStoreThread
MaxwellContext. getPositionStoreThread()
Get or spawn a thread that persists the current position into the metadata database. -
Uses of PositionStoreThread in com.zendesk.maxwell.producer
Constructors in com.zendesk.maxwell.producer with parameters of type PositionStoreThread Constructor Description KafkaProducerDiagnostic(com.zendesk.maxwell.producer.MaxwellKafkaProducerWorker producer, MaxwellConfig config, PositionStoreThread positionStoreThread)
-