Interface OpenLineageGraphConnector
public interface OpenLineageGraphConnector
-
Method Summary
Modifier and TypeMethodDescriptionvoidFree up any resources held since the connector is no longer needed.voidinitializeGraphDB(org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) Initialize the connectorsvoidTask that the scheduler performs based on the intervalvoidstart()Indicates that the connector is completely configured and can begin processing.
-
Method Details
-
start
void start() throws org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedExceptionIndicates that the connector is completely configured and can begin processing.- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException- there is a problem within the connector.
-
disconnect
void disconnect() throws org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedExceptionFree up any resources held since the connector is no longer needed.- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException- there is a problem within the connector.
-
initializeGraphDB
void initializeGraphDB(org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws OpenLineageException Initialize the connectors- Parameters:
auditLog- logging destination- Throws:
OpenLineageException- internal error
-
performLineageGraphJob
void performLineageGraphJob()Task that the scheduler performs based on the interval -
getLineageQueryService
OpenLineageQueryService getLineageQueryService() -
getLineageStorageService
LineageGraph getLineageStorageService()
-