Uses of Class
org.opennms.reporting.datablock.Node
-
Packages that use Node Package Description org.opennms.reporting.availability org.opennms.reporting.availability.svclayer -
-
Uses of Node in org.opennms.reporting.availability
Methods in org.opennms.reporting.availability that return types with arguments of type Node Modifier and Type Method Description List<Node>
AvailabilityData. getNodes()
Returns the nodes.Constructor parameters in org.opennms.reporting.availability with type arguments of type Node Constructor Description AvailCalculations(List<Node> nodes, long endTime, long lastMonthEndTime, List<String> monitoredServices, Report report, Map<Double,List<String>> offenders, double warning, double normal, String comments, String name, String format, String monthFormat, int catIndex, int sectionIndex)
Constructor -
Uses of Node in org.opennms.reporting.availability.svclayer
Methods in org.opennms.reporting.availability.svclayer that return types with arguments of type Node Modifier and Type Method Description List<Node>
AvailabilityDataService. getNodes(Category category, long startTime, long endTime)
getNodesList<Node>
LegacyAvailabilityDataService. getNodes(Category category, long startTime, long endTime)
getNodes
-