Uses of Class
com.zendesk.maxwell.monitoring.MaxwellDiagnosticResult.Check
-
Packages that use MaxwellDiagnosticResult.Check 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 MaxwellDiagnosticResult.Check in com.zendesk.maxwell.monitoring
Methods in com.zendesk.maxwell.monitoring that return types with arguments of type MaxwellDiagnosticResult.Check Modifier and Type Method Description CompletableFuture<MaxwellDiagnosticResult.Check>MaxwellDiagnostic. check()List<MaxwellDiagnosticResult.Check>MaxwellDiagnosticResult. getChecks()Constructor parameters in com.zendesk.maxwell.monitoring with type arguments of type MaxwellDiagnosticResult.Check Constructor Description MaxwellDiagnosticResult(List<MaxwellDiagnosticResult.Check> checks) -
Uses of MaxwellDiagnosticResult.Check in com.zendesk.maxwell.producer
Methods in com.zendesk.maxwell.producer that return types with arguments of type MaxwellDiagnosticResult.Check Modifier and Type Method Description CompletableFuture<MaxwellDiagnosticResult.Check>KafkaProducerDiagnostic. check() -
Uses of MaxwellDiagnosticResult.Check in com.zendesk.maxwell.replication
Methods in com.zendesk.maxwell.replication that return types with arguments of type MaxwellDiagnosticResult.Check Modifier and Type Method Description CompletableFuture<MaxwellDiagnosticResult.Check>BinlogConnectorDiagnostic. check()
-