Package org.apache.kafka.clients.admin
Class DescribeClientQuotasResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeClientQuotasResult
The result of the
Admin.describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions)
call.
The API of this class is evolving, see Admin
for details.-
Constructor Summary
ConstructorDescriptionDescribeClientQuotasResult
(KafkaFuture<Map<ClientQuotaEntity, Map<String, Double>>> entities) Maps an entity to its configured quota value(s). -
Method Summary
Modifier and TypeMethodDescriptionentities()
Returns a map from quota entity to a future which can be used to check the status of the operation.
-
Constructor Details
-
DescribeClientQuotasResult
Maps an entity to its configured quota value(s). Note if no value is defined for a quota type for that entity's config, then it is not included in the resulting value map.- Parameters:
entities
- future for the collection of entities that matched the filter
-
-
Method Details
-
entities
Returns a map from quota entity to a future which can be used to check the status of the operation.
-