ckb_test
2022-02-28 6d454423a2357df64d2f6993dac056c3c994ef97
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -210,4 +210,14 @@
    void delSubscribe(String key);
    MediaItem getStreamInfo(String app, String streamId, String mediaServerId);
    List<SubscribeInfo> getAllSubscribe();
    List<String> getAllSubscribePlatform();
    void addCpuInfo(double cpuInfo);
    void addMemInfo(double memInfo);
    void addNetInfo(Map<String, String> networkInterfaces);
}