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