Class LineageGraphConnectorBase
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.Connector
-
- org.odpi.openmetadata.frameworks.connectors.ConnectorBase
-
- org.odpi.openmetadata.governanceservers.openlineage.graph.LineageGraphConnectorBase
-
- All Implemented Interfaces:
LineageGraph,OpenLineageGraphConnector
public abstract class LineageGraphConnectorBase extends ConnectorBase implements LineageGraph
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
ConnectorBase.ProtectedConnection
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
connectedAssetProperties, connectionBean, connectionProperties, connectorInstanceId, securedProperties
-
-
Constructor Summary
Constructors Constructor Description LineageGraphConnectorBase()
-
Method Summary
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
disconnect, equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, isActive, start, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.odpi.openmetadata.governanceservers.openlineage.graph.LineageGraph
deleteClassification, deleteEntity, deleteRelationship, getAssetLineageUpdateTime, isEntityInGraph, performLineageGraphJob, saveAssetLineageUpdateTime, storeToGraph, updateClassification, updateEntity, updateNeighbours, updateRelationship, upsertRelationship
-
Methods inherited from interface org.odpi.openmetadata.governanceservers.openlineage.OpenLineageGraphConnector
disconnect, getEntityDetails, initializeGraphDB, lineage, start
-
-