Class OpenLineageServerInstance

java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.governanceservers.openlineage.server.OpenLineageServerInstance

public class OpenLineageServerInstance extends org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
OpenLineageInstance maintains the instance information needed to execute queries on a Open lineage server.
  • Field Summary

    Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance

    invalidParameterHandler, maxPageSize, securityVerifier, serverName, serviceName
  • Constructor Summary

    Constructors
    Constructor
    Description
    OpenLineageServerInstance(String serverName, String serviceName, int maxPageSize, OpenLineageHandler openLineageHandler)
    Constructor where REST Services used.
  • Method Summary

    Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance

    getInvalidParameterHandler, getServerName, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName, setServiceInstanceStatus, shutdown

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OpenLineageServerInstance

      public OpenLineageServerInstance(String serverName, String serviceName, int maxPageSize, OpenLineageHandler openLineageHandler)
      Constructor where REST Services used.
      Parameters:
      serverName - name of this server
      serviceName - name of this service
      openLineageHandler -