Package kafka.server
Interface ReplicaQuota
- All Known Implementing Classes:
ReplicationQuotaManager
public interface ReplicaQuota
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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()
-