Class OpenLineageServerOperationalServices

java.lang.Object
org.odpi.openmetadata.governanceservers.openlineage.admin.OpenLineageServerOperationalServices

public class OpenLineageServerOperationalServices extends Object
OpenLineageOperationalServices is responsible for controlling the startup and shutdown of of 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 server
      localServerUserId - 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 properties
      auditLog - destination for audit log messages.
      Throws:
      org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException
    • shutdown

      public boolean shutdown() throws org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
      Shutdown the Open Lineage Services.
      Returns:
      boolean indicated whether the disconnect was successful.
      Throws:
      org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException