Package org.apache.kafka.connect.health
Class ConnectorState
java.lang.Object
org.apache.kafka.connect.health.AbstractState
org.apache.kafka.connect.health.ConnectorState
Describes the status, worker ID, and any errors associated with a connector.
-
Constructor Summary
ConstructorDescriptionConnectorState
(String state, String workerId, String traceMessage) Provides an instance of the ConnectorState. -
Method Summary
Methods inherited from class org.apache.kafka.connect.health.AbstractState
equals, hashCode, state, traceMessage, workerId
-
Constructor Details
-
ConnectorState
Provides an instance of the ConnectorState.- Parameters:
state
- - the status of connector, may not benull
or emptyworkerId
- - the workerId associated with the connector, may not benull
or emptytraceMessage
- - any error message associated with the connector, may benull
or empty
-
-
Method Details