public class RrdStatisticAttributeVisitor extends Object implements AttributeVisitor, org.springframework.beans.factory.InitializingBean
RrdStatisticAttributeVisitor class.
Constructor and Description |
---|
RrdStatisticAttributeVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
String |
getConsolidationFunction()
getConsolidationFunction
|
Long |
getEndTime()
getEndTime
|
MeasurementFetchStrategy |
getFetchStrategy() |
Long |
getStartTime()
getStartTime
|
AttributeStatisticVisitor |
getStatisticVisitor()
getStatisticVisitor
|
void |
setConsolidationFunction(String consolidationFunction)
setConsolidationFunction
|
void |
setEndTime(Long endTime)
setEndTime
|
void |
setFetchStrategy(MeasurementFetchStrategy fetchStrategy) |
void |
setStartTime(Long startTime)
setStartTime
|
void |
setStatisticVisitor(AttributeStatisticVisitor statisticVisitor)
setStatisticVisitor
|
void |
visit(OnmsAttribute attribute)
visit
|
public void visit(OnmsAttribute attribute)
visit
visit
in interface AttributeVisitor
attribute
- a OnmsAttribute
object.public void afterPropertiesSet()
afterPropertiesSet
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
InitializingBean.afterPropertiesSet()
public MeasurementFetchStrategy getFetchStrategy()
public void setFetchStrategy(MeasurementFetchStrategy fetchStrategy)
public AttributeStatisticVisitor getStatisticVisitor()
getStatisticVisitor
AttributeStatisticVisitor
object.public void setStatisticVisitor(AttributeStatisticVisitor statisticVisitor)
setStatisticVisitor
statisticVisitor
- a AttributeStatisticVisitor
object.public String getConsolidationFunction()
getConsolidationFunction
String
object.public void setConsolidationFunction(String consolidationFunction)
setConsolidationFunction
consolidationFunction
- a String
object.Copyright © 2021. All rights reserved.