@InterfaceStability.Evolving public class DescribeBrokerRemovalsResult extends Object
ConfluentAdmin.describeBrokerRemovals(DescribeBrokerRemovalsOptions)
.
The API of this class is evolving. See ConfluentAdmin
for details.Modifier and Type | Method and Description |
---|---|
KafkaFuture<Optional<BrokerRemovalDescription>> |
description(int brokerId)
Return a future of an optional broker removal description for the provided #
brokerId |
KafkaFuture<Map<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<Map<Integer,BrokerRemovalDescription>> descriptions()
public KafkaFuture<Optional<BrokerRemovalDescription>> description(int brokerId)
brokerId