| Package | Description |
|---|---|
| com.alibaba.arthas.tunnel.server.app.web | |
| com.alibaba.arthas.tunnel.server.cluster |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AgentClusterInfo> |
DetailAPIController.tunnelAgentIds(String appName,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
| Modifier and Type | Method and Description |
|---|---|
AgentClusterInfo |
RedisTunnelClusterStore.findAgent(String agentId) |
AgentClusterInfo |
InMemoryClusterStore.findAgent(String agentId) |
AgentClusterInfo |
TunnelClusterStore.findAgent(String agentId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AgentClusterInfo> |
RedisTunnelClusterStore.agentInfo(String appName) |
Map<String,AgentClusterInfo> |
InMemoryClusterStore.agentInfo(String appName) |
Map<String,AgentClusterInfo> |
TunnelClusterStore.agentInfo(String appName) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisTunnelClusterStore.addAgent(String agentId,
AgentClusterInfo info,
long timeout,
TimeUnit timeUnit) |
void |
InMemoryClusterStore.addAgent(String agentId,
AgentClusterInfo info,
long timeout,
TimeUnit timeUnit) |
void |
TunnelClusterStore.addAgent(String agentId,
AgentClusterInfo info,
long expire,
TimeUnit timeUnit) |
Copyright © 2022. All rights reserved.