|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.statsd.AbstractReportInstance
org.opennms.netmgt.statsd.FilteredReportInstance
public class FilteredReportInstance
FilteredReportInstance class.
| Constructor Summary | |
|---|---|
FilteredReportInstance(AttributeStatisticVisitorWithResults visitor)
Constructor for FilteredReportInstance. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
String |
getAttributeMatch()
getAttributeMatch |
String |
getConsolidationFunction()
getConsolidationFunction |
int |
getCount()
getCount |
long |
getEndTime()
getEndTime |
String |
getResourceAttributeKey()
getResourceAttributeKey |
String |
getResourceAttributeValueMatch()
getResourceAttributeValueMatch |
String |
getResourceTypeMatch()
getResourceTypeMatch |
SortedSet<AttributeStatistic> |
getResults()
getResults |
long |
getStartTime()
getStartTime |
void |
setAttributeMatch(String attr)
setAttributeMatch |
void |
setConsolidationFunction(String cf)
setConsolidationFunction |
void |
setCount(int count)
setCount |
void |
setEndTime(long end)
setEndTime |
void |
setFilter(String filter)
setFilter |
void |
setFilterDao(FilterDao filterDao)
setFilterDao |
void |
setResourceAttributeKey(String resourceAttributeKey)
setResourceAttributeKey |
void |
setResourceAttributeValueMatch(String resourceAttributeValueMatch)
setResourceAttributeValueMatch |
void |
setResourceDao(ResourceDao resourceDao)
setResourceDao |
void |
setResourceTypeMatch(String resourceType)
setResourceTypeMatch |
void |
setRrdDao(RrdDao rrdDao)
setRrdDao |
void |
setStartTime(long start)
setStartTime |
void |
walk()
walk |
| Methods inherited from class org.opennms.netmgt.statsd.AbstractReportInstance |
|---|
getDescription, getJobCompletedDate, getJobStartedDate, getName, getReportDefinition, getRetainInterval, setJobCompletedDate, setJobStartedDate, setReportDefinition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opennms.netmgt.statsd.ReportInstance |
|---|
getDescription, getJobCompletedDate, getJobStartedDate, getName, getReportDefinition, getRetainInterval, setReportDefinition |
| Constructor Detail |
|---|
public FilteredReportInstance(AttributeStatisticVisitorWithResults visitor)
Constructor for FilteredReportInstance.
visitor - a AttributeStatisticVisitorWithResults object.| Method Detail |
|---|
public void setFilterDao(FilterDao filterDao)
setFilterDao
filterDao - a FilterDao object.public void setFilter(String filter)
setFilter
filter - a String object.public void setResourceDao(ResourceDao resourceDao)
setResourceDao
resourceDao - a ResourceDao object.public void setRrdDao(RrdDao rrdDao)
setRrdDao
rrdDao - a RrdDao object.public void walk()
walk
walk in interface ReportInstancepublic SortedSet<AttributeStatistic> getResults()
getResults
getResults in interface ReportInstanceSortedSet object.public String getResourceTypeMatch()
getResourceTypeMatch
getResourceTypeMatch in interface ReportInstanceString object.public void setResourceTypeMatch(String resourceType)
setResourceTypeMatch
setResourceTypeMatch in interface ReportInstanceresourceType - a String object.public String getAttributeMatch()
getAttributeMatch
getAttributeMatch in interface ReportInstanceString object.public void setAttributeMatch(String attr)
setAttributeMatch
setAttributeMatch in interface ReportInstanceattr - a String object.public long getStartTime()
getStartTime
getStartTime in interface ReportInstancepublic void setStartTime(long start)
setStartTime
setStartTime in interface ReportInstancestart - a long.public long getEndTime()
getEndTime
getEndTime in interface ReportInstancepublic void setEndTime(long end)
setEndTime
setEndTime in interface ReportInstanceend - a long.public String getConsolidationFunction()
getConsolidationFunction
getConsolidationFunction in interface ReportInstanceString object.public void setConsolidationFunction(String cf)
setConsolidationFunction
setConsolidationFunction in interface ReportInstancecf - a String object.public int getCount()
getCount
getCount in interface ReportInstancepublic void setCount(int count)
setCount
setCount in interface ReportInstancecount - a int.public void afterPropertiesSet()
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class AbstractReportInstancepublic void setResourceAttributeKey(String resourceAttributeKey)
setResourceAttributeKey
setResourceAttributeKey in interface ReportInstanceresourceAttributeKey - a String object.public void setResourceAttributeValueMatch(String resourceAttributeValueMatch)
setResourceAttributeValueMatch
setResourceAttributeValueMatch in interface ReportInstanceresourceAttributeValueMatch - a String object.public String getResourceAttributeKey()
getResourceAttributeKey
getResourceAttributeKey in interface ReportInstanceString object.public String getResourceAttributeValueMatch()
getResourceAttributeValueMatch
getResourceAttributeValueMatch in interface ReportInstanceString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||