public class AvailCalculations extends Object
Constructor and 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
|
Modifier and Type | Method and Description |
---|---|
int |
getSectionIndex()
getSectionIndex
|
public 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)
nodes
- List of nodesendTime1
- End time ( end of yesterday in milliseconds)lastMonthEndTime
- Last months end time (end of the last day of last month in
milliseconds)monitoredServices
- Monitored services belonging to the category.report
- Report class.offenders
- Map of all offenders -- percent/(list of node) pairsformat
- Value can be "SVG / all"warning
- a double.normal
- a double.comments
- a String
object.name
- a String
object.monthFormat
- a String
object.catIndex
- a int.sectionIndex
- a int.Copyright © 2021. All rights reserved.