public class BalancerStatusDescriptionInternal extends Object
Constructor and Description |
---|
BalancerStatusDescriptionInternal(org.apache.kafka.clients.admin.BalancerStatus balancerStatus,
Set<Integer> brokerIds,
Exception e) |
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.clients.admin.BalancerStatus |
balancerStatus() |
Set<Integer> |
brokerIds() |
boolean |
equals(Object o) |
Exception |
exception()
The nullable #
Exception that the balancer component experienced. |
int |
hashCode() |
String |
toString() |