Package | Description |
---|---|
org.opennms.netmgt.config.statsd |
Modifier and Type | Method and Description |
---|---|
Report[] |
StatisticsDaemonConfiguration.getReport()
Method getReport.Returns the contents of the collection in
an Array.
|
Report |
StatisticsDaemonConfiguration.getReport(int index)
Method getReport.
|
Report |
StatisticsDaemonConfiguration.removeReportAt(int index)
Method removeReportAt.
|
static Report |
Report.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Report> |
StatisticsDaemonConfiguration.enumerateReport()
Method enumerateReport.
|
List<Report> |
StatisticsDaemonConfiguration.getReportCollection()
Method getReportCollection.Returns a reference to
'_reportList'.
|
Iterator<Report> |
StatisticsDaemonConfiguration.iterateReport()
Method iterateReport.
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticsDaemonConfiguration.addReport(int index,
Report vReport) |
void |
StatisticsDaemonConfiguration.addReport(Report vReport) |
boolean |
StatisticsDaemonConfiguration.removeReport(Report vReport)
Method removeReport.
|
void |
StatisticsDaemonConfiguration.setReport(int index,
Report vReport) |
void |
StatisticsDaemonConfiguration.setReport(Report[] vReportArray) |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsDaemonConfiguration.setReport(List<Report> vReportList)
Sets the value of '_reportList' by copying the given Vector.
|
void |
StatisticsDaemonConfiguration.setReportCollection(List<Report> reportList)
Deprecated.
|
Copyright © 2017. All rights reserved.