public class MonitorService extends Object
| 构造器和说明 |
|---|
MonitorService(BtnClient btnClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Long> |
getLocalMonitoringData() |
int |
getThreadWeight() |
int |
getTimeRedundancy() |
void |
handle(SystemMessage systemMessage,
SendMsgResponse sendMsgResponse) |
List<String> |
nodesMonitoringWithClient(String nodeIdFrom,
List<String> nodeIdToList) |
List<String> |
nodesMonitoringWithClient(String nodeIdFrom,
List<String> nodeIdToList,
int timeOut) |
void |
setThreadWeight(int threadWeight) |
void |
setTimeRedundancy(int timeRedundancy) |
public MonitorService(BtnClient btnClient)
public List<String> nodesMonitoringWithClient(String nodeIdFrom, List<String> nodeIdToList)
public List<String> nodesMonitoringWithClient(String nodeIdFrom, List<String> nodeIdToList, int timeOut)
public void handle(SystemMessage systemMessage, SendMsgResponse sendMsgResponse)
public int getTimeRedundancy()
public void setTimeRedundancy(int timeRedundancy)
public int getThreadWeight()
public void setThreadWeight(int threadWeight)
Copyright © 2022. All rights reserved.