|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.polyv.live.v1.service.LiveBaseService
net.polyv.live.v1.service.channel.impl.LiveChannelViewdataServiceImpl
public class LiveChannelViewdataServiceImpl
直播观看数据实现类
| 字段摘要 |
|---|
| 从类 net.polyv.live.v1.service.LiveBaseService 继承的字段 |
|---|
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX |
| 构造方法摘要 | |
|---|---|
LiveChannelViewdataServiceImpl()
|
|
| 方法摘要 | |
|---|---|
LiveChannelViewerConcurrenceResponse |
getChannelViewerConcurrence(LiveChannelViewerConcurrenceRequest liveChannelViewerConcurrenceRequest)
查询频道的历史并发人数 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/gksj/concurrency/ |
Integer |
getMaxChannelHistoryConcurrent(LiveChannelMaxHistoryConcurrentRequest liveChannelMaxHistoryConcurrentRequest)
获取频道一定时间范围之内的历史最高并发人数,粒度可以支持到分钟 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/get-max-history-concurrent/ |
LiveListChannelMicResponse |
listChannelMic(LiveListChannelMicRequest liveListChannelMicRequest)
分页获取连麦情况使用详情 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/mic-detail-list/ |
LiveListChannelSummaryResponse |
listChannelSummary(LiveListChannelSummaryRequest liveListChannelSummaryRequest)
查询多个频道汇总的统计数据 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/channel_play_summary/ |
LiveListChannelViewerCountResponse |
listChannelViewerCount(LiveListChannelViewerCountRequest liveListChannelViewerCountRequest)
查询多个频道的实时在线人数 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/get-realtime-viewers/ |
LiveListChannelViewlogResponse |
listChannelViewlog(LiveListChannelViewlogRequest liveChannelViewlogRequest)
分页查询频道观看日志 1. |
| 从类 net.polyv.live.v1.service.LiveBaseService 继承的方法 |
|---|
baseGet, baseGetReturnArray, baseGetReturnArray, basePost, basePostJson, basePostJson, basePostJsonReturnArray, basePostReturnArray, baseUploadFile, baseUploadFileList, baseUploadFileListReturnArray |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public LiveChannelViewdataServiceImpl()
| 方法详细信息 |
|---|
public Integer getMaxChannelHistoryConcurrent(LiveChannelMaxHistoryConcurrentRequest liveChannelMaxHistoryConcurrentRequest)
throws IOException,
NoSuchAlgorithmException
ILiveChannelViewdataService 中的 getMaxChannelHistoryConcurrentliveChannelMaxHistoryConcurrentRequest - 获取频道一定时间范围之内的历史最高并发人数请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveListChannelMicResponse listChannelMic(LiveListChannelMicRequest liveListChannelMicRequest)
throws IOException,
NoSuchAlgorithmException
ILiveChannelViewdataService 中的 listChannelMicliveListChannelMicRequest - 分页获取连麦情况使用详情请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveListChannelViewlogResponse listChannelViewlog(LiveListChannelViewlogRequest liveChannelViewlogRequest)
throws IOException,
NoSuchAlgorithmException
ILiveChannelViewdataService 中的 listChannelViewlogliveChannelViewlogRequest - 分页查询频道观看日志请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveListChannelSummaryResponse listChannelSummary(LiveListChannelSummaryRequest liveListChannelSummaryRequest)
throws IOException,
NoSuchAlgorithmException
ILiveChannelViewdataService 中的 listChannelSummaryliveListChannelSummaryRequest - 查询多个频道汇总的统计数据请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveListChannelViewerCountResponse listChannelViewerCount(LiveListChannelViewerCountRequest liveListChannelViewerCountRequest)
throws IOException,
NoSuchAlgorithmException
ILiveChannelViewdataService 中的 listChannelViewerCountliveListChannelViewerCountRequest - 查询多个频道的实时在线人数请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveChannelViewerConcurrenceResponse getChannelViewerConcurrence(LiveChannelViewerConcurrenceRequest liveChannelViewerConcurrenceRequest)
throws IOException,
NoSuchAlgorithmException
ILiveChannelViewdataService 中的 getChannelViewerConcurrenceliveChannelViewerConcurrenceRequest - 查询频道的历史并发人数请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||