org.opennms.netmgt.statsd
Interface ReportInstance
- All Known Implementing Classes:
- FilteredReportInstance, UnfilteredReportInstance
public interface ReportInstance
- Author:
- DJ Gregor
walk
void walk()
getResults
SortedSet<AttributeStatistic> getResults()
getResourceTypeMatch
String getResourceTypeMatch()
setResourceTypeMatch
void setResourceTypeMatch(String resourceType)
getAttributeMatch
String getAttributeMatch()
setAttributeMatch
void setAttributeMatch(String attr)
getStartTime
long getStartTime()
setStartTime
void setStartTime(long start)
getEndTime
long getEndTime()
setEndTime
void setEndTime(long end)
getConsolidationFunction
String getConsolidationFunction()
setConsolidationFunction
void setConsolidationFunction(String cf)
getCount
int getCount()
setCount
void setCount(int count)
getJobStartedDate
Date getJobStartedDate()
getJobCompletedDate
Date getJobCompletedDate()
getName
String getName()
getDescription
String getDescription()
getRetainInterval
long getRetainInterval()
getReportDefinition
ReportDefinition getReportDefinition()
setReportDefinition
void setReportDefinition(ReportDefinition definition)
setResourceAttributeKey
void setResourceAttributeKey(String resourceAttributeKey)
getResourceAttributeKey
String getResourceAttributeKey()
setResourceAttributeValueMatch
void setResourceAttributeValueMatch(String resourceAttributeValueMatch)
getResourceAttributeValueMatch
String getResourceAttributeValueMatch()
Copyright © 2009. All Rights Reserved.