Package io.antmedia.statistic
Class DashViewerStats
java.lang.Object
io.antmedia.statistic.ViewerStats
io.antmedia.statistic.DashViewerStats
- All Implemented Interfaces:
IStreamStats,Aware,ApplicationContextAware
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate Objectprotected static org.slf4j.LoggerFields inherited from class io.antmedia.statistic.ViewerStats
appName, DASH_TYPE, dataStoreFactory, DEFAULT_TIME_PERIOD_FOR_VIEWER_COUNT, HLS_TYPE, increaseCounterMap, serverSettings, sessionId2subscriberId, streamsViewerMap, timeoutMS, vertx, VOD_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationContext(ApplicationContext applicationContext) Methods inherited from class io.antmedia.statistic.ViewerStats
getDataStore, getDataStoreFactory, getIncreaseCounterMap, getSessionId2subscriberId, getTimeoutMS, getTimeoutMSFromSettings, getTimePeriodMS, getTotalViewerCount, getType, getViewerCount, isStreaming, registerNewViewer, resetViewerMap, setDataStore, setDataStoreFactory, setServerSettings, setSessionId2subscriberId, setTimePeriodMS, setType, setVertx, updateViewerCountProcessMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.antmedia.statistic.IStreamStats
getViewerCount, registerNewViewer
-
Field Details
-
logger
protected static org.slf4j.Logger logger -
BEAN_NAME
- See Also:
-
lock
-
-
Constructor Details
-
DashViewerStats
public DashViewerStats()
-
-
Method Details
-
setApplicationContext
- Specified by:
setApplicationContextin interfaceApplicationContextAware
-