Package com.kaltura.client.services
Class LiveStatsService
- java.lang.Object
-
- com.kaltura.client.services.LiveStatsService
-
public class LiveStatsService extends Object
Stats Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLiveStatsService.CollectLiveStatsBuilder
-
Constructor Summary
Constructors Constructor Description LiveStatsService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LiveStatsService.CollectLiveStatsBuildercollect(LiveStatsEvent event)Will write to the event log a single line representing the event KalturaStatsEvent $event
-
-
-
Method Detail
-
collect
public static LiveStatsService.CollectLiveStatsBuilder collect(LiveStatsEvent event)
Will write to the event log a single line representing the event KalturaStatsEvent $event- Parameters:
event-
-
-