Class ConnectorHealth
java.lang.Object
org.apache.kafka.connect.health.ConnectorHealth
Provides basic health information about the connector and its tasks.
-
Constructor Summary
ConstructorsConstructorDescriptionConnectorHealth(String name, ConnectorState connectorState, Map<Integer, TaskState> tasks, ConnectorType type) -
Method Summary
-
Constructor Details
-
ConnectorHealth
public ConnectorHealth(String name, ConnectorState connectorState, Map<Integer, TaskState> tasks, ConnectorType type)
-
-
Method Details
-
name
-
connectorState
Provides the current state of the connector.- Returns:
- the connector state, never
null
-
tasksState
-
type
-
equals
-
hashCode
-
toString
-