Uses of Interface
org.opennms.netmgt.model.OnmsAttribute
-
Packages that use OnmsAttribute Package Description org.opennms.netmgt.dao.api org.opennms.netmgt.dao.mock org.opennms.netmgt.dao.support org.opennms.netmgt.model This file is part of OpenNMS(R).org.opennms.netmgt.timeseries.resource -
-
Uses of OnmsAttribute in org.opennms.netmgt.dao.api
Methods in org.opennms.netmgt.dao.api that return types with arguments of type OnmsAttribute Modifier and Type Method Description Set<OnmsAttribute>
EmptyResourceStorageDao. getAttributes(ResourcePath path)
Set<OnmsAttribute>
ResourceStorageDao. getAttributes(ResourcePath path)
Retrieves the set of (resource-level) attributes stored at the given path.Methods in org.opennms.netmgt.dao.api with parameters of type OnmsAttribute Modifier and Type Method Description Double
RrdDao. getLastFetchValue(OnmsAttribute attribute, int interval)
This method issues an round robin fetch command to retrieve the last value of the data source stored in the specified RRD file.Double
RrdDao. getLastFetchValue(OnmsAttribute attribute, int interval, int range)
This method issues an round robin fetch command to retrieve the last value of the data source stored in the specified RRD file.double
RrdDao. getPrintValue(OnmsAttribute attribute, String cf, long start, long end)
Get the value for an attribute over a period of time.double[]
RrdDao. getPrintValues(OnmsAttribute attribute, String rraConsolidationFunction, long startTimeInMillis, long endTimeInMillis, String... printFunctions)
Get the value for an attribute over a period of time. -
Uses of OnmsAttribute in org.opennms.netmgt.dao.mock
Methods in org.opennms.netmgt.dao.mock with parameters of type OnmsAttribute Modifier and Type Method Description Double
MockRrdDao. getLastFetchValue(OnmsAttribute attribute, int interval)
Double
MockRrdDao. getLastFetchValue(OnmsAttribute attribute, int interval, int range)
double
MockRrdDao. getPrintValue(OnmsAttribute attribute, String cf, long start, long end)
double[]
MockRrdDao. getPrintValues(OnmsAttribute attribute, String rraConsolidationFunction, long startTimeInMillis, long endTimeInMillis, String... printFunctions)
-
Uses of OnmsAttribute in org.opennms.netmgt.dao.support
Methods in org.opennms.netmgt.dao.support that return types with arguments of type OnmsAttribute Modifier and Type Method Description Set<OnmsAttribute>
FilesystemResourceStorageDao. getAttributes(ResourcePath path)
Set<OnmsAttribute>
NewtsResourceStorageDao. getAttributes(ResourcePath path)
protected static Set<OnmsAttribute>
RrdResourceAttributeUtils. getAttributesAtRelativePath(File rrdDirectory, String relativePath, String rrdFileSuffix)
getAttributesAtRelativePathSet<OnmsAttribute>
LazyResourceAttributeLoader. load()
Methods in org.opennms.netmgt.dao.support with parameters of type OnmsAttribute Modifier and Type Method Description int
RrdResourceAttributeUtils.AlphaNumericOnmsAttributeComparator. compare(OnmsAttribute firstAtt, OnmsAttribute secondAtt)
Double
DefaultRrdDao. getLastFetchValue(OnmsAttribute attribute, int interval)
This method issues an round robin fetch command to retrieve the last value of the data source stored in the specified RRD file.Double
DefaultRrdDao. getLastFetchValue(OnmsAttribute attribute, int interval, int range)
This method issues an round robin fetch command to retrieve the last value of the data source stored in the specified RRD file.double
DefaultRrdDao. getPrintValue(OnmsAttribute attribute, String cf, long start, long end)
Get the value for an attribute over a period of time.double[]
DefaultRrdDao. getPrintValues(OnmsAttribute attribute, String rraConsolidationFunction, long startTimeInMillis, long endTimeInMillis, String... printFunctions)
getPrintValuesvoid
BottomNAttributeStatisticVisitor. visit(OnmsAttribute attribute, double statistic)
visitvoid
RrdStatisticAttributeVisitor. visit(OnmsAttribute attribute)
visit -
Uses of OnmsAttribute in org.opennms.netmgt.model
Classes in org.opennms.netmgt.model that implement OnmsAttribute Modifier and Type Class Description class
ExternalValueAttribute
ExternalValueAttribute class.class
RrdGraphAttribute
RrdGraphAttribute class.class
StringPropertyAttribute
StringPropertyAttribute class.Methods in org.opennms.netmgt.model that return OnmsAttribute Modifier and Type Method Description OnmsAttribute
AttributeStatistic. getAttribute()
getAttributeMethods in org.opennms.netmgt.model that return types with arguments of type OnmsAttribute Modifier and Type Method Description Set<OnmsAttribute>
OnmsResource. getAttributes()
getAttributesMethods in org.opennms.netmgt.model with parameters of type OnmsAttribute Modifier and Type Method Description void
AttributeStatisticVisitor. visit(OnmsAttribute attribute, double statistic)
visitvoid
AttributeVisitor. visit(OnmsAttribute attribute)
visitConstructors in org.opennms.netmgt.model with parameters of type OnmsAttribute Constructor Description AttributeStatistic(OnmsAttribute attribute, Double statistic)
Constructor for AttributeStatistic.Constructor parameters in org.opennms.netmgt.model with type arguments of type OnmsAttribute Constructor Description OnmsResource(String name, String label, OnmsResourceType resourceType, Set<OnmsAttribute> attributes, List<OnmsResource> resources, ResourcePath path)
Constructor for OnmsResource.OnmsResource(String name, String label, OnmsResourceType resourceType, Set<OnmsAttribute> attributes, ResourcePath path)
Constructor for OnmsResource. -
Uses of OnmsAttribute in org.opennms.netmgt.timeseries.resource
Methods in org.opennms.netmgt.timeseries.resource that return types with arguments of type OnmsAttribute Modifier and Type Method Description Set<OnmsAttribute>
TimeseriesResourceStorageDao. getAttributes(ResourcePath path)
-