Class AlterClientQuotasResult

    • Constructor Summary

      Constructors 
      Constructor Description
      AlterClientQuotasResult​(java.util.Map<org.apache.kafka.common.quota.ClientQuotaEntity,​KafkaFuture<java.lang.Void>> futures)
      Maps an entity to its alteration result.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      KafkaFuture<java.lang.Void> all()
      Returns a future which succeeds only if all quota alterations succeed.
      java.util.Map<org.apache.kafka.common.quota.ClientQuotaEntity,​KafkaFuture<java.lang.Void>> values()
      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

      • AlterClientQuotasResult

        public AlterClientQuotasResult​(java.util.Map<org.apache.kafka.common.quota.ClientQuotaEntity,​KafkaFuture<java.lang.Void>> futures)
        Maps an entity to its alteration result.
        Parameters:
        futures - maps entity to its alteration result
    • Method Detail

      • values

        public java.util.Map<org.apache.kafka.common.quota.ClientQuotaEntity,​KafkaFuture<java.lang.Void>> values()
        Returns a map from quota entity to a future which can be used to check the status of the operation.
      • all

        public KafkaFuture<java.lang.Void> all()
        Returns a future which succeeds only if all quota alterations succeed.