Class OpenLineageServerOperationalServices
java.lang.Object
org.odpi.openmetadata.governanceservers.openlineage.admin.OpenLineageServerOperationalServices
OpenLineageOperationalServices is responsible for controlling the startup and shutdown of
of the open lineage services.
-
Constructor Summary
ConstructorsConstructorDescriptionOpenLineageServerOperationalServices(String localServerId, String localServerName, String localServerUserId, String localServerPassword, int maxPageSize) Constructor used at server startup. -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.odpi.openmetadata.adminservices.configuration.properties.OpenLineageServerConfig openLineageServerConfig, org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLog auditLog) Initialize the service.booleanshutdown()Shutdown the Open Lineage Services.
-
Constructor Details
-
OpenLineageServerOperationalServices
public OpenLineageServerOperationalServices(String localServerId, String localServerName, String localServerUserId, String localServerPassword, int maxPageSize) Constructor used at server startup.- Parameters:
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 parameter
-
-
Method Details
-
initialize
public void initialize(org.odpi.openmetadata.adminservices.configuration.properties.OpenLineageServerConfig openLineageServerConfig, org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLog auditLog) throws org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException Initialize the service.- Parameters:
openLineageServerConfig- config propertiesauditLog- destination for audit log messages.- Throws:
org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException
-
shutdown
public boolean shutdown() throws org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerExceptionShutdown the Open Lineage Services.- Returns:
- boolean indicated whether the disconnect was successful.
- Throws:
org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
-