Class QuotasPluginKafka

java.lang.Object
io.strimzi.api.kafka.model.kafka.quotas.QuotasPlugin
io.strimzi.api.kafka.model.kafka.quotas.QuotasPluginKafka
All Implemented Interfaces:
UnknownPropertyPreserving, Serializable

public class QuotasPluginKafka extends QuotasPlugin
See Also:
  • Field Details

  • Constructor Details

    • QuotasPluginKafka

      public QuotasPluginKafka()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in class QuotasPlugin
    • getProducerByteRate

      public Long getProducerByteRate()
    • setProducerByteRate

      public void setProducerByteRate(Long producerByteRate)
    • getConsumerByteRate

      public Long getConsumerByteRate()
    • setConsumerByteRate

      public void setConsumerByteRate(Long consumerByteRate)
    • getRequestPercentage

      public Integer getRequestPercentage()
    • setRequestPercentage

      public void setRequestPercentage(Integer requestPercentage)
    • getControllerMutationRate

      public Double getControllerMutationRate()
    • setControllerMutationRate

      public void setControllerMutationRate(Double controllerMutationRate)