@InterfaceStability.Evolving public class AlterConfigsResult extends java.lang.Object
AdminClient.alterConfigs(Map)
call.
The API of this class is evolving, see AdminClient
for details.Modifier and Type | Method and Description |
---|---|
KafkaFuture<java.lang.Void> |
all()
Return a future which succeeds only if all the alter configs operations succeed.
|
java.util.Map<ConfigResource,KafkaFuture<java.lang.Void>> |
values()
Return a map from resources to futures which can be used to check the status of the operation on each resource.
|
public java.util.Map<ConfigResource,KafkaFuture<java.lang.Void>> values()
public KafkaFuture<java.lang.Void> all()