Package org.apache.kafka.clients.admin
Class AlterClientQuotasResult
java.lang.Object
org.apache.kafka.clients.admin.AlterClientQuotasResult
The result of the
Admin.alterClientQuotas(Collection, AlterClientQuotasOptions)
call.
The API of this class is evolving, see Admin
for details.-
Constructor Summary
ConstructorDescriptionAlterClientQuotasResult
(Map<ClientQuotaEntity, KafkaFuture<Void>> futures) Maps an entity to its alteration result. -
Method Summary
-
Constructor Details
-
AlterClientQuotasResult
Maps an entity to its alteration result.- Parameters:
futures
- maps entity to its alteration result
-
-
Method Details
-
values
Returns a map from quota entity to a future which can be used to check the status of the operation. -
all
Returns a future which succeeds only if all quota alterations succeed.
-