public interface BrokerStats
| Modifier and Type | Method and Description |
|---|---|
AllocatorStats |
getAllocatorStats(String allocatorName) |
LoadManagerReport |
getLoadReport() |
com.google.gson.JsonArray |
getMBeans()
Requests JSON string server mbean dump
|
com.google.gson.JsonArray |
getMetrics()
Returns Monitoring metrics
|
com.google.gson.JsonObject |
getPendingBookieOpsStats() |
com.google.gson.JsonObject |
getTopics()
Returns JSON string topics stats
|
com.google.gson.JsonArray getMetrics()
throws PulsarAdminException
PulsarAdminExceptioncom.google.gson.JsonArray getMBeans()
throws PulsarAdminException
Notes: since we don't plan to introspect the response we avoid converting the response into POJO.
PulsarAdminExceptioncom.google.gson.JsonObject getTopics()
throws PulsarAdminException
Notes: since we don't plan to introspect the response we avoid converting the response into POJO.
PulsarAdminExceptioncom.google.gson.JsonObject getPendingBookieOpsStats()
throws PulsarAdminException
PulsarAdminExceptionAllocatorStats getAllocatorStats(String allocatorName) throws PulsarAdminException
PulsarAdminExceptionLoadManagerReport getLoadReport() throws PulsarAdminException
PulsarAdminExceptionCopyright © 2017–2018 Apache Software Foundation. All rights reserved.