Uses of Class
org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
-
Packages that use OMAGServerInstanceHistory Package Description org.odpi.openmetadata.platformservices.properties org.odpi.openmetadata.platformservices.rest -
-
Uses of OMAGServerInstanceHistory in org.odpi.openmetadata.platformservices.properties
Methods in org.odpi.openmetadata.platformservices.properties that return types with arguments of type OMAGServerInstanceHistory Modifier and Type Method Description List<OMAGServerInstanceHistory>ServerStatus. getServerHistory()Return the list of start and stop times for the previous restarts of the server.Method parameters in org.odpi.openmetadata.platformservices.properties with type arguments of type OMAGServerInstanceHistory Modifier and Type Method Description voidServerStatus. setServerHistory(List<OMAGServerInstanceHistory> serverHistory)Set the history of server start and stop timesConstructor parameters in org.odpi.openmetadata.platformservices.properties with type arguments of type OMAGServerInstanceHistory Constructor Description ServerStatus(String serverName, boolean isActive, Date serverStartTime, Date serverEndTime, List<OMAGServerInstanceHistory> serverHistory)Constructor used to create the history. -
Uses of OMAGServerInstanceHistory in org.odpi.openmetadata.platformservices.rest
Methods in org.odpi.openmetadata.platformservices.rest that return types with arguments of type OMAGServerInstanceHistory Modifier and Type Method Description List<OMAGServerInstanceHistory>ServerStatusResponse. getServerHistory()Return the list of start and stop times for the previous restarts of the server.Method parameters in org.odpi.openmetadata.platformservices.rest with type arguments of type OMAGServerInstanceHistory Modifier and Type Method Description voidServerStatusResponse. setServerHistory(List<OMAGServerInstanceHistory> serverHistory)Set up the list of start and stop times for the previous restarts of the server.
-