public class DegradedBrokerHealthState extends Object
Constructor and Description |
---|
DegradedBrokerHealthState(String reason,
org.apache.kafka.clients.admin.BrokerComponent component) |
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.clients.admin.BrokerComponent |
component()
Indicates which component of the broker has been modified.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
reason()
The reason associated with this particular health record.
|
String |
toString() |
public DegradedBrokerHealthState(String reason, org.apache.kafka.clients.admin.BrokerComponent component)
public String reason()
public org.apache.kafka.clients.admin.BrokerComponent component()