Package org.apache.kafka.server.quota
Interface ClientQuotaClusterDescriber
- All Known Implementing Classes:
ZkClientQuotaClusterDescriber
public interface ClientQuotaClusterDescriber
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionpartitionsForTopic
(String topicName) For the given topic, return the leader of each partition.Get an iterator through all the topic names in the cluster.
-
Method Details
-
topicNames
Get an iterator through all the topic names in the cluster. -
partitionsForTopic
For the given topic, return the leader of each partition.
-