Package org.red5.server.api.statistics
Interface IStatisticsBase
- All Known Subinterfaces:
IClientBroadcastStreamStatistics,IPlaylistSubscriberStreamStatistics,IScopeStatistics,ISharedObjectStatistics,IStreamStatistics
- All Known Implementing Classes:
ClientBroadcastStream,ClientSharedObject,PlaylistSubscriberStream,Scope,SharedObject
public interface IStatisticsBase
Base class for all statistics informations.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
-
Method Summary
Modifier and TypeMethodDescriptionlongReturn the timestamp the object was created.
-
Method Details
-
getCreationTime
long getCreationTime()Return the timestamp the object was created.- Returns:
- the timestamp in milliseconds since midnight, January 1, 1970 UTC.
-