Package | Description |
---|---|
org.red5.server.api.statistics | |
org.red5.server.statistics |
Modifier and Type | Method and Description |
---|---|
Set<String> |
IStatisticsService.getScopes(String path)
Return a list of all scopes that currently exist on the server
below a current path.
|
void |
IStatisticsService.updateScopeStatistics(String path)
Update statistics for a given scope.
|
void |
IStatisticsService.updateSharedObjectStatistics(String path,
String name)
Update informations about a shared object in a given scope.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
StatisticsService.getScopes(String path) |
void |
StatisticsService.updateScopeStatistics(String path) |
void |
StatisticsService.updateSharedObjectStatistics(String path,
String name) |
Copyright © 2006-2012 The Red5 Project