Uses of Interface
com.wowza.wms.stats.database.IStatsDatabase
-
Packages that use IStatsDatabase Package Description com.wowza.wms.stats com.wowza.wms.stats.database -
-
Uses of IStatsDatabase in com.wowza.wms.stats
Methods in com.wowza.wms.stats with parameters of type IStatsDatabase Modifier and Type Method Description void
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 IStatsDatabase Modifier and Type Method Description IStatsDatabase<?>
IStatsDatabaseManager. applicationGetDatabase(String vhost, String appName)
Gets the IStatsDB database reference for use in reading and writing to the specified application stats dataIStatsDatabase<?>
IStatsDatabaseManager. machineGetDatabase()
Gets the IStatsDB database reference for use in reading and writing to the machine stats dataIStatsDatabase<?>
IStatsDatabaseManager. serverGetDatabase()
Gets the IStatsDB database reference for use in reading and writing to the server stats dataIStatsDatabase<?>
IStatsDatabaseManager. vhostGetDatabase(String vhost)
Gets the IStatsDB database reference for use in reading and writing to the specified vhost stats data
-