Uses of Interface
com.wowza.wms.stats.database.IStatsDatabase
Packages that use IStatsDatabase
-
Uses of IStatsDatabase in com.wowza.wms.stats
Methods in com.wowza.wms.stats with parameters of type IStatsDatabaseModifier and TypeMethodDescriptionvoid
IStatsManager.rollup
(IStatsDatabase<?> database) Rollups up the provided database -
Uses of IStatsDatabase in com.wowza.wms.stats.database
Methods in com.wowza.wms.stats.database that return IStatsDatabaseModifier and TypeMethodDescriptionIStatsDatabaseManager.applicationGetDatabase
(String vhost, String appName) Gets the IStatsDB database reference for use in reading and writing to the specified application stats dataIStatsDatabaseManager.machineGetDatabase()
Gets the IStatsDB database reference for use in reading and writing to the machine stats dataIStatsDatabaseManager.serverGetDatabase()
Gets the IStatsDB database reference for use in reading and writing to the server stats dataIStatsDatabaseManager.vhostGetDatabase
(String vhost) Gets the IStatsDB database reference for use in reading and writing to the specified vhost stats data