Package org.apache.kafka.server.quota
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:ClientQuotaClusterDescriber
Get an iterator through all the topic names in the cluster.- Specified by:
topicNames
in interfaceClientQuotaClusterDescriber
-
partitionsForTopic
Description copied from interface:ClientQuotaClusterDescriber
For the given topic, return the leader of each partition.- Specified by:
partitionsForTopic
in interfaceClientQuotaClusterDescriber
-
cluster
-