public interface TunnelClusterStore
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAgent(String agentId,
AgentClusterInfo info,
long expire,
TimeUnit timeUnit) |
Map<String,AgentClusterInfo> |
agentInfo(String appName) |
Collection<String> |
allAgentIds() |
AgentClusterInfo |
findAgent(String agentId) |
void |
removeAgent(String agentId) |
void addAgent(String agentId, AgentClusterInfo info, long expire, TimeUnit timeUnit)
AgentClusterInfo findAgent(String agentId)
void removeAgent(String agentId)
Collection<String> allAgentIds()
Map<String,AgentClusterInfo> agentInfo(String appName)
Copyright © 2023. All rights reserved.