Interface KafkaUserQuotasFluent<A extends KafkaUserQuotasFluent<A>>

    • Method Detail

      • getProducerByteRate

        Integer getProducerByteRate()
      • withProducerByteRate

        A withProducerByteRate​(Integer producerByteRate)
      • hasProducerByteRate

        Boolean hasProducerByteRate()
      • getConsumerByteRate

        Integer getConsumerByteRate()
      • withConsumerByteRate

        A withConsumerByteRate​(Integer consumerByteRate)
      • hasConsumerByteRate

        Boolean hasConsumerByteRate()
      • getRequestPercentage

        Integer getRequestPercentage()
      • withRequestPercentage

        A withRequestPercentage​(Integer requestPercentage)
      • hasRequestPercentage

        Boolean hasRequestPercentage()