Class StoringServices
java.lang.Object
org.odpi.openmetadata.governanceservers.openlineage.services.StoringServices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntityContext
(Set<GraphContext> relationships) Delegates the call for the creation of entities and relationships to the connectorvoid
addEntityContext
(LineageRelationshipsEvent lineageRelationshipsEvent) Delegates the call for the creation of entities and relationships to the connectorvoid
apply
(LineageSyncEvent lineageSyncEvent) Applies lineageSyncEvent using lineage storage connector.void
deleteClassification
(LineageRelationshipsEvent lineageRelationshipsEvent) Delegates the call to delete a classification to the connectorvoid
deleteEntity
(LineageEntityEvent lineageEntityEvent) Delegates the call for the deletion of an entity to the connectorvoid
deleteRelationship
(LineageRelationshipEvent lineageRelationshipEvent) isEntityInGraph
(String guid) Check entity existence boolean in the graph through the lineage connector.void
updateClassification
(LineageRelationshipsEvent lineageRelationshipsEvent) Delegates the call for the update of a classification to the connectorvoid
updateEntity
(LineageEntityEvent lineageEntityEvent) Delegates the call for the update of an entity to the connectorvoid
updateRelationship
(LineageRelationshipEvent lineageRelationshipEvent) Delegates the call for the update of a relationship to the connectorvoid
upsertEntityContext
(LineageRelationshipsEvent lineageRelationshipsEvent) Delegates the call for the creation of entities and relationships to the connectorvoid
upsertRelationship
(LineageRelationshipEvent lineageRelationshipEvent) Delegates the call for creating or adding a relationship to the connector
-
Constructor Details
-
StoringServices
-
-
Method Details
-
addEntityContext
Delegates the call for the creation of entities and relationships to the connector -
upsertEntityContext
Delegates the call for the creation of entities and relationships to the connector -
addEntityContext
Delegates the call for the creation of entities and relationships to the connector -
updateEntity
Delegates the call for the update of an entity to the connector -
updateRelationship
Delegates the call for the update of a relationship to the connector -
updateClassification
Delegates the call for the update of a classification to the connector -
deleteEntity
Delegates the call for the deletion of an entity to the connector -
deleteRelationship
-
upsertRelationship
Delegates the call for creating or adding a relationship to the connector- Parameters:
lineageRelationshipEvent
- the transformed event based on which the relationship will be created
-
deleteClassification
Delegates the call to delete a classification to the connector -
apply
Applies lineageSyncEvent using lineage storage connector.- Parameters:
lineageSyncEvent
- event to be delegated to the respective connector interface.
-
isEntityInGraph
Check entity existence boolean in the graph through the lineage connector.- Parameters:
guid
- the guid- Returns:
- the boolean
-