Class DescribeClientQuotasResult

    • Constructor Summary

      Constructors 
      Constructor 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).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DescribeClientQuotasResult

        public 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). 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 Detail

      • entities

        public 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.