Class VcmrReport
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.vcmr.VcmrReport
Node repository report containing list of upcoming VCMRs impacting a node
- Author:
- olaa
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddVcmr(String id, ZonedDateTime plannedStartTime, ZonedDateTime plannedEndtime) static VcmrReportfromReports(Map<String, String> reports) Serialization functions - mapped toNode.reports()static StringgetVcmrs()booleanremoveVcmr(String id) Set report to 'null' if list is empty - clearing the report See NodePatcher in node-repositorytoString()
-
Constructor Details
-
VcmrReport
public VcmrReport() -
VcmrReport
-
-
Method Details
-
getVcmrs
-
addVcmr
- Returns:
- true if list of VCMRs is changed
-
removeVcmr
-
getReportId
-
fromReports
Serialization functions - mapped toNode.reports() -
toNodeReports
Set report to 'null' if list is empty - clearing the report See NodePatcher in node-repository -
toString
-