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