public class OpenLineageServerOperationalServices extends Object
| Constructor and Description |
|---|
OpenLineageServerOperationalServices(String localServerName,
String localServerUserId,
String localServerPassword,
int maxPageSize)
Constructor used at server startup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(OpenLineageServerConfig openLineageServerConfig,
OMRSAuditLog auditLog)
Initialize the service.
|
boolean |
shutdown()
Shutdown the Open Lineage Services.
|
public OpenLineageServerOperationalServices(String localServerName, String localServerUserId, String localServerPassword, int maxPageSize)
localServerName - name of the local serverlocalServerUserId - user id for this server to use if sending REST requests and
processing inbound messages.localServerPassword - password for this server to use if sending REST requests.maxPageSize - maximum number of records that can be requested on the pageSize parameterpublic void initialize(OpenLineageServerConfig openLineageServerConfig, OMRSAuditLog auditLog) throws OMAGConfigurationErrorException
openLineageServerConfig - config propertiesauditLog - destination for audit log messages.OMAGConfigurationErrorExceptionpublic boolean shutdown()
throws PropertyServerException
PropertyServerExceptionCopyright © 2018–2020 ODPi. All rights reserved.