@InterfaceStability.Evolving public class DescribeClientQuotasResult extends Object
Admin.describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions)
call.
The API of this class is evolving, see Admin
for details.Constructor and Description |
---|
DescribeClientQuotasResult(KafkaFuture<Map<ClientQuotaEntity,Map<String,Double>>> entities)
Maps an entity to its configured quota value(s).
|
Modifier and Type | Method and Description |
---|---|
KafkaFuture<Map<ClientQuotaEntity,Map<String,Double>>> |
entities()
Returns a map from quota entity to a future which can be used to check the status of the operation.
|
public DescribeClientQuotasResult(KafkaFuture<Map<ClientQuotaEntity,Map<String,Double>>> entities)
entities
- future for the collection of entities that matched the filterpublic KafkaFuture<Map<ClientQuotaEntity,Map<String,Double>>> entities()