Class BrokerStats


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

    • BrokerStats

      public BrokerStats()
  • Method Details

    • getTopics2

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

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