类 ProxyStats

java.lang.Object
org.apache.pulsar.proxy.stats.ProxyStats

@Path("/") @Produces("application/json") public class ProxyStats extends Object
  • 字段详细资料

    • ATTRIBUTE_PULSAR_PROXY_NAME

      public static final String ATTRIBUTE_PULSAR_PROXY_NAME
      另请参阅:
    • servletContext

      @Context protected javax.servlet.ServletContext servletContext
  • 构造器详细资料

    • ProxyStats

      public ProxyStats()
  • 方法详细资料

    • metrics

      @GET @Path("/connections") public List<ConnectionStats> metrics()
    • topics

      @GET @Path("/topics") public Map<String,TopicStats> topics()
    • updateProxyLogLevel

      @POST @Path("/logging/{logLevel}") public void updateProxyLogLevel(@PathParam("logLevel") int logLevel)
    • getProxyLogLevel

      @GET @Path("/logging") public int getProxyLogLevel(@PathParam("logLevel") int logLevel)
    • proxyService

      protected ProxyService proxyService()