public interface ClusterClient
| 限定符和类型 | 方法和说明 |
|---|---|
Person |
getAdminPerson(String systemCode) |
List<ServerNode> |
getAllServer() |
Map<String,ServerNode> |
getAllServerMap() |
List<SubSystem> |
getAllSystem() |
CApplication |
getApplication(ConfigCode systemCode) |
Map<ConfigCode,CApplication> |
getApplicationMap() |
List<CApplication> |
getApplications() |
ServerNode |
getServerNodeById(String nodeId) |
ServerNodeList |
getServerNodeListByConfigCode(ConfigCode configCode) |
SubSystem |
getSystem(String systemCode) |
SystemStatus |
getSystemStatus(String systemCode) |
UDPClient |
getUDPClient() |
boolean |
isLogin() |
void |
login() |
void |
login(Boolean init) |
void |
reboot() |
void |
reLoadConfig() |
boolean |
send(String msgStr) |
void |
start() |
void |
stop() |
void |
updateTaskStatus(String id,
String readed) |
void login()
void stop()
void start()
UDPClient getUDPClient()
void login(Boolean init)
boolean isLogin()
boolean send(String msgStr)
void reboot()
void reLoadConfig()
List<ServerNode> getAllServer()
ServerNode getServerNodeById(String nodeId)
ServerNodeList getServerNodeListByConfigCode(ConfigCode configCode)
Map<String,ServerNode> getAllServerMap()
CApplication getApplication(ConfigCode systemCode)
List<CApplication> getApplications()
Map<ConfigCode,CApplication> getApplicationMap()
SystemStatus getSystemStatus(String systemCode)
Copyright © 2023 onecode. All rights reserved.