| Package | Description |
|---|---|
| org.odpi.openmetadata.platformservices.properties | |
| org.odpi.openmetadata.platformservices.rest |
| Modifier and Type | Method and Description |
|---|---|
List<OMAGServerInstanceHistory> |
ServerStatus.getServerHistory()
Return the list of start and stop times for the previous restarts of the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerStatus.setServerHistory(List<OMAGServerInstanceHistory> serverHistory)
Set the history of server start and stop times
|
| Constructor and Description |
|---|
ServerStatus(String serverName,
boolean isActive,
Date serverStartTime,
Date serverEndTime,
List<OMAGServerInstanceHistory> serverHistory)
Constructor used to create the history.
|
| Modifier and Type | Method and Description |
|---|---|
List<OMAGServerInstanceHistory> |
ServerStatusResponse.getServerHistory()
Return the list of start and stop times for the previous restarts of the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerStatusResponse.setServerHistory(List<OMAGServerInstanceHistory> serverHistory)
Set up the list of start and stop times for the previous restarts of the server.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.