|
|
@@ -22,13 +22,13 @@ public class GetPolyvAnalysisBigData extends BaseClass implements Runnable {
|
|
|
try {
|
|
|
if (new SQLiteJDBC().checkServicesUsed("GetPolyvAnalysisBigData", false)) {
|
|
|
System.err.println("start:getLiveData");
|
|
|
- getLiveData();
|
|
|
+ getLiveData();//频道统计信息,占用资源少
|
|
|
System.err.println("start:getLiveviewLog");
|
|
|
- getLiveviewLog();
|
|
|
+ getLiveviewLog();//观众信息,占用资源大
|
|
|
System.err.println("start:getLiveMessageList");
|
|
|
- getLiveMessageList();
|
|
|
+ getLiveMessageList();//观众留言、占用资源较大
|
|
|
System.err.println("start:getSessionStats");
|
|
|
- getSessionStats();
|
|
|
+ getSessionStats();//场次统计信息,占用资源少
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
@@ -101,7 +101,7 @@ public class GetPolyvAnalysisBigData extends BaseClass implements Runnable {
|
|
|
GetPolyvAnalysisBigData getPolyvAnalysisBigData = new GetPolyvAnalysisBigData();
|
|
|
Polyv polyv = new Polyv();
|
|
|
//JSONObject object = polyv.getPageViewlog("2771246", getPolyvAnalysisBigData.getDate_Str(), "200", "1");
|
|
|
- JSONArray object = polyv.getChannelSummary(new String[]{"2771246"}, "");
|
|
|
+ JSONArray object = polyv.getChannelSummary(new String[]{"2772308"}, "2022-01-08");
|
|
|
System.err.println(object);
|
|
|
}
|
|
|
|