Uses of Class
org.opennms.netmgt.timeseries.sampleread.aggregation.StandardAggregationFunctions
-
Packages that use StandardAggregationFunctions Package Description org.opennms.netmgt.timeseries.sampleread.aggregation -
-
Uses of StandardAggregationFunctions in org.opennms.netmgt.timeseries.sampleread.aggregation
Methods in org.opennms.netmgt.timeseries.sampleread.aggregation that return StandardAggregationFunctions Modifier and Type Method Description static StandardAggregationFunctions
StandardAggregationFunctions. valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardAggregationFunctions[]
StandardAggregationFunctions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-