|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.dao.castor.statsd.StatsdConfig
public class StatsdConfig
Represents the entire configuration for the statistics daemon. Contains configured reports and packages which select nodes to report on and whicn reports to run on those nodes.
StastdPackage,
Report| Constructor Summary | |
|---|---|
StatsdConfig(StatisticsDaemonConfiguration castorConfig)
Constructor for StatsdConfig. |
|
| Method Summary | |
|---|---|
List<StatsdPackage> |
getPackages()
getPackages |
List<Report> |
getReports()
getReports |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatsdConfig(StatisticsDaemonConfiguration castorConfig)
Constructor for StatsdConfig.
castorConfig - a StatisticsDaemonConfiguration object.| Method Detail |
|---|
public List<Report> getReports()
getReports
List object.public List<StatsdPackage> getPackages()
getPackages
List object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||