Uses of Interface
com.zendesk.maxwell.monitoring.MaxwellDiagnostic
-
Packages that use MaxwellDiagnostic Package Description 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 replicator -
-
Uses of MaxwellDiagnostic in com.zendesk.maxwell.monitoring
Fields in com.zendesk.maxwell.monitoring with type parameters of type MaxwellDiagnostic Modifier and Type Field Description List<MaxwellDiagnostic>
MaxwellDiagnosticContext. diagnostics
Constructors in com.zendesk.maxwell.monitoring with parameters of type MaxwellDiagnostic Constructor Description Check(MaxwellDiagnostic diagnostic, boolean success, Map<String,String> info)
Constructor parameters in com.zendesk.maxwell.monitoring with type arguments of type MaxwellDiagnostic Constructor Description MaxwellDiagnosticContext(MaxwellDiagnosticContext.Config config, List<MaxwellDiagnostic> diagnostics)
-
Uses of MaxwellDiagnostic in com.zendesk.maxwell.producer
Classes in com.zendesk.maxwell.producer that implement MaxwellDiagnostic Modifier and Type Class Description class
KafkaProducerDiagnostic
Methods in com.zendesk.maxwell.producer that return MaxwellDiagnostic Modifier and Type Method Description MaxwellDiagnostic
AbstractProducer. getDiagnostic()
-
Uses of MaxwellDiagnostic in com.zendesk.maxwell.replication
Classes in com.zendesk.maxwell.replication that implement MaxwellDiagnostic Modifier and Type Class Description class
BinlogConnectorDiagnostic
-