Class ZkClientQuotaClusterDescriber
java.lang.Object
org.apache.kafka.server.quota.ZkClientQuotaClusterDescriber
- All Implemented Interfaces:
 ClientQuotaClusterDescriber
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.kafka.server.quota.ClientQuotaClusterDescriber
ClientQuotaClusterDescriber.Partition - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncluster()partitionsForTopic(String topicName) For the given topic, return the leader of each partition.Get an iterator through all the topic names in the cluster. 
- 
Constructor Details
- 
ZkClientQuotaClusterDescriber
 
 - 
 - 
Method Details
- 
topicNames
Description copied from interface:ClientQuotaClusterDescriberGet an iterator through all the topic names in the cluster.- Specified by:
 topicNamesin interfaceClientQuotaClusterDescriber
 - 
partitionsForTopic
Description copied from interface:ClientQuotaClusterDescriberFor the given topic, return the leader of each partition.- Specified by:
 partitionsForTopicin interfaceClientQuotaClusterDescriber
 - 
cluster
 
 -