public class WebClusterManagerImpl extends Object implements ClusterMananer
| 构造器和说明 |
|---|
WebClusterManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearUser(String personId) |
boolean |
experssPar(String expressStr) |
Map<String,List<String>> |
getAllIpMap() |
String |
getLocalIp() |
String |
getServerIdBySessionId(String personId) |
Map<String,ServerNode> |
getServerMap(ConfigCode configCode) |
List<ServerNode> |
getServerNodeListOrderByPersonCount(ConfigCode systemCode) |
ServerNode |
getSubServer(String sessionId,
ConfigCode configCode) |
protected static Log log
public ServerNode getSubServer(String sessionId, ConfigCode configCode)
getSubServer 在接口中 ClusterMananerpublic Map<String,ServerNode> getServerMap(ConfigCode configCode)
getServerMap 在接口中 ClusterMananerpublic List<ServerNode> getServerNodeListOrderByPersonCount(ConfigCode systemCode)
public boolean experssPar(String expressStr)
experssPar 在接口中 ClusterMananerpublic String getLocalIp()
public void clearUser(String personId)
clearUser 在接口中 ClusterMananerpublic String getServerIdBySessionId(String personId)
getServerIdBySessionId 在接口中 ClusterMananerCopyright © 2023 onecode. All rights reserved.