xiaoQQya
2022-11-05 3e71e0bdf1e4b2e527d491d426f67e34b7d3c148
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -244,4 +244,16 @@
    SystemAllInfo getSystemInfo();
    int getPushStreamCount(String id);
    int getProxyStreamCount(String id);
    int getGbReceiveCount(String id);
    int getGbSendCount(String id);
    void addDiskInfo(List<Map<String, Object>> diskInfo);
    List<SendRtpItem> queryAllSendRTPServer();
}