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