From 63bdaa0adf37baa49a1622f7cfc3d5f055bda495 Mon Sep 17 00:00:00 2001 From: renxh <renxinhe@clipworks.com> Date: 星期四, 28 十月 2021 17:50:06 +0800 Subject: [PATCH] 修复无法`重启媒体服务器`,`删除远端通信链路`的问题 --- src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java b/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java index f5b2b1b..e4313d9 100644 --- a/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java +++ b/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java @@ -113,6 +113,11 @@ void outlineForAll(); /** + * 鑾峰彇鎵�鏈夊湪绾跨殑 + */ + List<String> getOnlineForAll(); + + /** * 鍦╮edis娣诲姞wvp鐨勪俊鎭� */ void updateWVPInfo(JSONObject jsonObject); -- Gitblit v1.8.0