@InterfaceStability.Evolving public class DescribeConfigsResult extends java.lang.Object
AdminClient.describeConfigs(Collection) call.
The API of this class is evolving, see AdminClient for details.| Constructor and Description |
|---|
DescribeConfigsResult(java.util.Map<ConfigResource,KafkaFuture<Config>> futures) |
| Modifier and Type | Method and Description |
|---|---|
KafkaFuture<java.util.Map<ConfigResource,Config>> |
all()
Return a future which succeeds only if all the config descriptions succeed.
|
java.util.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(java.util.Map<ConfigResource,KafkaFuture<Config>> futures)
public java.util.Map<ConfigResource,KafkaFuture<Config>> values()
public KafkaFuture<java.util.Map<ConfigResource,Config>> all()