类的使用
com.alibaba.arthas.tunnel.server.AgentClusterInfo
-
使用AgentClusterInfo的程序包 程序包 说明 com.alibaba.arthas.tunnel.server.app.web com.alibaba.arthas.tunnel.server.cluster -
-
com.alibaba.arthas.tunnel.server.app.web中AgentClusterInfo的使用
返回变量类型为AgentClusterInfo的类型的com.alibaba.arthas.tunnel.server.app.web中的方法 修饰符和类型 方法 说明 Map<String,AgentClusterInfo>DetailAPIController. tunnelAgentIds(String appName, javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model) -
com.alibaba.arthas.tunnel.server.cluster中AgentClusterInfo的使用
返回AgentClusterInfo的com.alibaba.arthas.tunnel.server.cluster中的方法 修饰符和类型 方法 说明 AgentClusterInfoInMemoryClusterStore. findAgent(String agentId)AgentClusterInfoRedisTunnelClusterStore. findAgent(String agentId)AgentClusterInfoTunnelClusterStore. findAgent(String agentId)返回变量类型为AgentClusterInfo的类型的com.alibaba.arthas.tunnel.server.cluster中的方法 修饰符和类型 方法 说明 Map<String,AgentClusterInfo>InMemoryClusterStore. agentInfo(String appName)Map<String,AgentClusterInfo>RedisTunnelClusterStore. agentInfo(String appName)Map<String,AgentClusterInfo>TunnelClusterStore. agentInfo(String appName)参数类型为AgentClusterInfo的com.alibaba.arthas.tunnel.server.cluster中的方法 修饰符和类型 方法 说明 voidInMemoryClusterStore. addAgent(String agentId, AgentClusterInfo info, long timeout, TimeUnit timeUnit)voidRedisTunnelClusterStore. addAgent(String agentId, AgentClusterInfo info, long timeout, TimeUnit timeUnit)voidTunnelClusterStore. addAgent(String agentId, AgentClusterInfo info, long expire, TimeUnit timeUnit)
-