public interface ClientQuotaClusterDescriber
Modifier and Type | Interface and Description |
---|---|
static class |
ClientQuotaClusterDescriber.Partition |
Modifier and Type | Method and Description |
---|---|
Iterator<ClientQuotaClusterDescriber.Partition> |
partitionsForTopic(String topicName)
For the given topic, return the leader of each partition.
|
Iterator<String> |
topicNames()
Get an iterator through all the topic names in the cluster.
|
Iterator<String> topicNames()
Iterator<ClientQuotaClusterDescriber.Partition> partitionsForTopic(String topicName)