@InterfaceStability.Evolving public class DescribeClientQuotasResult extends java.lang.Object
Admin.describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions)
call.
The API of this class is evolving, see Admin
for details.Constructor and Description |
---|
DescribeClientQuotasResult(KafkaFuture<java.util.Map<org.apache.kafka.common.quota.ClientQuotaEntity,java.util.Map<java.lang.String,java.lang.Double>>> entities)
Maps an entity to its configured quota value(s).
|
Modifier and Type | Method and Description |
---|---|
KafkaFuture<java.util.Map<org.apache.kafka.common.quota.ClientQuotaEntity,java.util.Map<java.lang.String,java.lang.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<java.util.Map<org.apache.kafka.common.quota.ClientQuotaEntity,java.util.Map<java.lang.String,java.lang.Double>>> entities)
entities
- future for the collection of entities that matched the filterpublic KafkaFuture<java.util.Map<org.apache.kafka.common.quota.ClientQuotaEntity,java.util.Map<java.lang.String,java.lang.Double>>> entities()