public class BrokerRemovalDescriptionInternal
extends java.lang.Object
Constructor and Description |
---|
BrokerRemovalDescriptionInternal(int brokerId,
org.apache.kafka.clients.admin.BrokerRemovalDescription.BrokerShutdownStatus brokerShutdownStatus,
org.apache.kafka.clients.admin.BrokerRemovalDescription.PartitionReassignmentsStatus partitionReassignmentsStatus,
java.lang.Exception e) |
Modifier and Type | Method and Description |
---|---|
int |
brokerId() |
org.apache.kafka.clients.admin.BrokerRemovalDescription.BrokerShutdownStatus |
brokerShutdownStatus() |
boolean |
equals(java.lang.Object o) |
java.lang.Exception |
exception()
The nullable #
Exception that this broker removal operation experienced |
int |
hashCode() |
org.apache.kafka.clients.admin.BrokerRemovalDescription.PartitionReassignmentsStatus |
partitionReassignmentsStatus() |
java.lang.String |
toString() |
public BrokerRemovalDescriptionInternal(int brokerId, org.apache.kafka.clients.admin.BrokerRemovalDescription.BrokerShutdownStatus brokerShutdownStatus, org.apache.kafka.clients.admin.BrokerRemovalDescription.PartitionReassignmentsStatus partitionReassignmentsStatus, java.lang.Exception e)
public int brokerId()
public java.lang.Exception exception()
Exception
that this broker removal operation experiencedpublic org.apache.kafka.clients.admin.BrokerRemovalDescription.PartitionReassignmentsStatus partitionReassignmentsStatus()
public org.apache.kafka.clients.admin.BrokerRemovalDescription.BrokerShutdownStatus brokerShutdownStatus()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object