Class BrokerStats


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

    • BrokerStats

      public BrokerStats()
  • Method Details

    • getBrokerResourceAvailability

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