Class BrokerStats


  • @Path("/broker-stats")
    @Produces("application/json")
    public class BrokerStats
    extends BrokerStatsBase
    • Constructor Detail

      • BrokerStats

        public BrokerStats()
    • Method Detail

      • getTopics2

        @GET
        @Path("/topics")
        public javax.ws.rs.core.StreamingOutput getTopics2()
                                                    throws java.lang.Exception
        Overrides:
        getTopics2 in class BrokerStatsBase
        Throws:
        java.lang.Exception
      • getBrokerResourceAvailability

        @GET
        @Path("/broker-resource-availability/{tenant}/{namespace}")
        public java.util.Map<java.lang.Long,​java.util.Collection<ResourceUnit>> getBrokerResourceAvailability​(@PathParam("tenant")
                                                                                                                    java.lang.String tenant,
                                                                                                                    @PathParam("namespace")
                                                                                                                    java.lang.String namespace)