| Package | Description |
|---|---|
| com.wowza.wms.stats | |
| com.wowza.wms.stats.database |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IStatsManager.rollup(IStatsDatabase<?> database) |
Rollups up the provided database
|
| 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 data
|
IStatsDatabase<?> |
IStatsDatabaseManager.machineGetDatabase() |
Gets the IStatsDB database reference for use in reading and writing to the machine stats data
|
IStatsDatabase<?> |
IStatsDatabaseManager.serverGetDatabase() |
Gets the IStatsDB database reference for use in reading and writing to the server stats data
|
IStatsDatabase<?> |
IStatsDatabaseManager.vhostGetDatabase(String vhost) |
Gets the IStatsDB database reference for use in reading and writing to the specified vhost stats data
|