Uses of Class
com.zendesk.maxwell.replication.HeartbeatNotifier
-
Packages that use HeartbeatNotifier Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator.com.zendesk.maxwell.replication concerns the operation of the binlog replicator -
-
Uses of HeartbeatNotifier in com.zendesk.maxwell
Methods in com.zendesk.maxwell that return HeartbeatNotifier Modifier and Type Method Description HeartbeatNotifier
MaxwellContext. getHeartbeatNotifier()
Get the heartbeat notifier object, which can be asked to broadcast heartbeats -
Uses of HeartbeatNotifier in com.zendesk.maxwell.replication
Constructors in com.zendesk.maxwell.replication with parameters of type HeartbeatNotifier Constructor Description BinlogConnectorReplicator(SchemaStore schemaStore, AbstractProducer producer, BootstrapController bootstrapper, MaxwellMysqlConfig mysqlConfig, Long replicaServerID, String maxwellSchemaDatabaseName, Metrics metrics, Position start, boolean stopOnEOF, String clientID, HeartbeatNotifier heartbeatNotifier, Scripting scripting, Filter filter, boolean ignoreMissingSchema, MaxwellOutputConfig outputConfig, float bufferMemoryUsage, int replicationReconnectionRetries, int binlogEventQueueSize)
BinlogConnectorReplicator(SchemaStore schemaStore, AbstractProducer producer, BootstrapController bootstrapper, MaxwellMysqlConfig mysqlConfig, Long replicaServerID, String maxwellSchemaDatabaseName, Metrics metrics, Position start, boolean stopOnEOF, String clientID, HeartbeatNotifier heartbeatNotifier, Scripting scripting, Filter filter, MaxwellOutputConfig outputConfig, float bufferMemoryUsage, int replicationReconnectionRetries)
-