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
ConstructorsConstructorDescriptionConnectorState(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 benullor emptyworkerId- - the workerId associated with the connector, may not benullor emptytraceMessage- - any error message associated with the connector, may benullor empty
Method Details
toString