Package org.opennms.netmgt.dao.api
Interface StatisticsDaemonConfigDao
-
- All Known Implementing Classes:
DefaultStatisticsDaemonConfigDao
public interface StatisticsDaemonConfigDao
DAO for accessing the configuration for statsd.- Version:
- $Id: $
- Author:
- DJ Gregor
- See Also:
ResourceReference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<StatsdPackage>
getPackages()
getPackagesList<Report>
getReports()
getReportsvoid
reloadConfiguration()
reloadConfiguration
-
-
-
Method Detail
-
getPackages
List<StatsdPackage> getPackages()
getPackages
- Returns:
- a
List
object.
-
reloadConfiguration
void reloadConfiguration() throws org.springframework.dao.DataAccessResourceFailureException
reloadConfiguration
- Throws:
org.springframework.dao.DataAccessResourceFailureException
- if any.
-
-