@InterfaceStability.Evolving public class DescribeConfigsResult extends Object
Admin.describeConfigs(Collection) call. The API of this class is evolving, see Admin for details.| Constructor and Description |
|---|
DescribeConfigsResult(Map<ConfigResource,KafkaFuture<Config>> futures) |
| Modifier and Type | Method and Description |
|---|---|
KafkaFuture<Map<ConfigResource,Config>> | all()Return a future which succeeds only if all the config descriptions succeed. |
Map<ConfigResource,KafkaFuture<Config>> | values()Return a map from resources to futures which can be used to check the status of the configuration for each resource. |
public DescribeConfigsResult(Map<ConfigResource,KafkaFuture<Config>> futures)
public Map<ConfigResource,KafkaFuture<Config>> values()
public KafkaFuture<Map<ConfigResource,Config>> all()