Package kafka.server

Interface ReplicaQuota

All Known Implementing Classes:
ReplicationQuotaManager

public interface ReplicaQuota
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
    isThrottled(org.apache.kafka.common.TopicPartition topicPartition)
     
    void
    record(long value)
     
  • Method Details

    • record

      void record(long value)
    • isThrottled

      boolean isThrottled(org.apache.kafka.common.TopicPartition topicPartition)
    • isQuotaExceeded

      boolean isQuotaExceeded()