类 ProxyStats
java.lang.Object
org.apache.pulsar.proxy.stats.ProxyStats
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intgetProxyLogLevel(int logLevel) metrics()protected ProxyServicetopics()voidupdateProxyLogLevel(int logLevel)
-
字段详细资料
-
ATTRIBUTE_PULSAR_PROXY_NAME
- 另请参阅:
-
servletContext
@Context protected javax.servlet.ServletContext servletContext
-
-
构造器详细资料
-
ProxyStats
public ProxyStats()
-
-
方法详细资料
-
metrics
-
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
-