Skip navigation links
E G H I O S T 

E

equals(Object) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.platformservices.rest.ServerListResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Return comparison result based on the content of the properties.

G

getEndTime() - Method in class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
Return the time when this instance of the server ended.
getIsActive() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Return an indication of whether the server is active
getServerEndTime() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Return the time when this instance of the server ended.
getServerEndTime() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Return the time that the server last ended - it is null if the server is currently active.
getServerHistory() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Return the list of start and stop times for the previous restarts of the server.
getServerHistory() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Return the list of start and stop times for the previous restarts of the server.
getServerList() - Method in class org.odpi.openmetadata.platformservices.rest.ServerListResponse
Return the list of servers (or null if none running).
getServerName() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Return the server name
getServerName() - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
Return the name of the server where the services are running.
getServerName() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Return the name of the server where the services are running.
getServerServicesList() - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
Return the list of servers (or null if none running).
getServerStartTime() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Return the time that this instance of the server started.
getServerStartTime() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Return the time that the server last started.
getServerType() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Return the type of server that is hosting these services.
getStartTime() - Method in class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
Return the time that this instance of the server started.

H

hashCode() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.platformservices.rest.ServerListResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Return hash code for this object

I

isActive() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Is the server instance currently running?

O

OMAGServerInstanceHistory - Class in org.odpi.openmetadata.platformservices.properties
OMAGServerInstanceHistory documents the start and end of a server instance.
OMAGServerInstanceHistory() - Constructor for class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
Default constructor for Jackson
OMAGServerInstanceHistory(Date, Date) - Constructor for class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
Constructor used to create the history.
org.odpi.openmetadata.platformservices.properties - package org.odpi.openmetadata.platformservices.properties
 
org.odpi.openmetadata.platformservices.rest - package org.odpi.openmetadata.platformservices.rest
 

S

ServerListResponse - Class in org.odpi.openmetadata.platformservices.rest
ServerListResponse returns the list of servers running in a platform.
ServerListResponse() - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerListResponse
Default constructor
ServerListResponse(ServerListResponse) - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerListResponse
Copy/clone constructor
ServerServicesListResponse - Class in org.odpi.openmetadata.platformservices.rest
ServerServicesListResponse returns the list of services active in a particular server running in a platform.
ServerServicesListResponse() - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
Default constructor
ServerServicesListResponse(ServerServicesListResponse) - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
Copy/clone constructor
ServerStatus - Class in org.odpi.openmetadata.platformservices.properties
OMAGServerInstanceHistory documents the start and end of a server instance.
ServerStatus() - Constructor for class org.odpi.openmetadata.platformservices.properties.ServerStatus
Default constructor for Jackson
ServerStatus(ServerStatus) - Constructor for class org.odpi.openmetadata.platformservices.properties.ServerStatus
Copy/clone constructor
ServerStatus(String, boolean, Date, Date, List<OMAGServerInstanceHistory>) - Constructor for class org.odpi.openmetadata.platformservices.properties.ServerStatus
Constructor used to create the history.
ServerStatusResponse - Class in org.odpi.openmetadata.platformservices.rest
ServerListResponse returns the list of servers running in a platform.
ServerStatusResponse() - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Default constructor
ServerStatusResponse(ServerStatusResponse) - Constructor for class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Copy/clone constructor
setActive(boolean) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Set up whether the server is currently running.
setEndTime(Date) - Method in class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
Set up the time when this instance of the server ended.
setIsActive(boolean) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Set the indication of whether the server is active
setServerEndTime(Date) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Set up the time when this instance of the server ended.
setServerEndTime(Date) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Set up the time that the server last ended - it is null if the server is currently active.
setServerHistory(List<OMAGServerInstanceHistory>) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Set the history of server start and stop times
setServerHistory(List<OMAGServerInstanceHistory>) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Set up the list of start and stop times for the previous restarts of the server.
setServerList(List<String>) - Method in class org.odpi.openmetadata.platformservices.rest.ServerListResponse
Set up the list of servers.
setServerName(String) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Set the name of the server
setServerName(String) - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
Set up the name of the server where the services are running.
setServerName(String) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Set up the name of the server where the services are running.
setServerServicesList(List<String>) - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
Set up the list of servers.
setServerStartTime(Date) - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
Set up the time that this instance of the server started.
setServerStartTime(Date) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Set up the time that the server last started.
setServerType(String) - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
Set up the type of server that is hosting these services.
setStartTime(Date) - Method in class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
Set up the time that this instance of the server started.

T

toString() - Method in class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
JSON like toString method
toString() - Method in class org.odpi.openmetadata.platformservices.properties.ServerStatus
JSON like toString method
toString() - Method in class org.odpi.openmetadata.platformservices.rest.ServerListResponse
JSON-like toString
toString() - Method in class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
JSON-like toString
toString() - Method in class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
JSON-like toString
E G H I O S T 
Skip navigation links

Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.