public class BrokerRemovalDescriptionInternal
extends java.lang.Object
Constructor and Description |
---|
BrokerRemovalDescriptionInternal(int brokerId,
org.apache.kafka.clients.admin.BalancerOperationStatus generalOperationStatus,
org.apache.kafka.clients.admin.BrokerShutdownStatus brokerShutdownStatus,
org.apache.kafka.clients.admin.PartitionReassignmentsStatus partitionReassignmentsStatus,
java.lang.Exception e,
long createTimeMs,
long lastUpdateTimeMs) |
Modifier and Type | Method and Description |
---|---|
int |
brokerId() |
org.apache.kafka.clients.admin.BrokerShutdownStatus |
brokerShutdownStatus() |
long |
createTimeMs() |
boolean |
equals(java.lang.Object o) |
java.lang.Exception |
exception()
The nullable #
Exception that this broker removal operation experienced |
org.apache.kafka.clients.admin.BalancerOperationStatus |
generalOperationStatus() |
int |
hashCode() |
long |
lastUpdateTimeMs() |
org.apache.kafka.clients.admin.PartitionReassignmentsStatus |
partitionReassignmentsStatus() |
java.lang.String |
toString() |
public BrokerRemovalDescriptionInternal(int brokerId, org.apache.kafka.clients.admin.BalancerOperationStatus generalOperationStatus, org.apache.kafka.clients.admin.BrokerShutdownStatus brokerShutdownStatus, org.apache.kafka.clients.admin.PartitionReassignmentsStatus partitionReassignmentsStatus, java.lang.Exception e, long createTimeMs, long lastUpdateTimeMs)
public int brokerId()
public long createTimeMs()
public long lastUpdateTimeMs()
public java.lang.Exception exception()
Exception
that this broker removal operation experiencedpublic org.apache.kafka.clients.admin.BalancerOperationStatus generalOperationStatus()
public org.apache.kafka.clients.admin.PartitionReassignmentsStatus partitionReassignmentsStatus()
public org.apache.kafka.clients.admin.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