@InterfaceStability.Evolving public class DescribeBrokerRemovalsResult extends java.lang.Object
ConfluentAdmin.describeBrokerRemovals(DescribeBrokerRemovalsOptions)
.
The API of this class is evolving. See ConfluentAdmin
for details.Modifier and Type | Method and Description |
---|---|
KafkaFuture<java.util.Optional<BrokerRemovalDescription>> |
description(int brokerId)
Return a future of an optional broker removal description for the provided #
brokerId |
KafkaFuture<java.util.Map<java.lang.Integer,BrokerRemovalDescription>> |
descriptions()
Return a map of broker ids to futures which can be used to check the status of individual broker removals.
|
public KafkaFuture<java.util.Map<java.lang.Integer,BrokerRemovalDescription>> descriptions()
public KafkaFuture<java.util.Optional<BrokerRemovalDescription>> description(int brokerId)
brokerId