public class StoringServices extends Object
| Constructor and Description |
|---|
StoringServices(LineageGraph graphStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntityContext(LineageRelationshipsEvent lineageRelationshipsEvent)
Delegates the call for the creation of entities and relationships to the connector
|
void |
addEntityContext(ProcessLineageEvent processLineageEvent)
Delegates the call for the creation of entities and relationships to the connector
|
void |
addEntityContext(Set<GraphContext> relationships)
Delegates the call for the creation of entities and relationships to the connector
|
void |
deleteClassification(LineageRelationshipsEvent lineageRelationshipsEvent)
Delegates the call to delete a classification to the connector
|
void |
deleteEntity(LineageEntityEvent lineageEntityEvent)
Delegates the call for the deletion of an entity to the connector
|
void |
deleteRelationship(LineageRelationshipEvent lineageRelationshipEvent) |
boolean |
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 connector
|
void |
updateEntity(LineageEntityEvent lineageEntityEvent)
Delegates the call for the update of an entity to the connector
|
void |
updateRelationship(LineageRelationshipEvent lineageRelationshipEvent)
Delegates the call for the update of a relationship to the connector
|
void |
upsertRelationship(LineageRelationshipEvent lineageRelationshipEvent)
Delegates the call for creating or adding a relationship to the connector
|
public StoringServices(LineageGraph graphStore)
public void addEntityContext(ProcessLineageEvent processLineageEvent)
public void addEntityContext(LineageRelationshipsEvent lineageRelationshipsEvent)
public void addEntityContext(Set<GraphContext> relationships)
public void updateEntity(LineageEntityEvent lineageEntityEvent)
public void updateRelationship(LineageRelationshipEvent lineageRelationshipEvent)
public void updateClassification(LineageRelationshipsEvent lineageRelationshipsEvent)
public void deleteEntity(LineageEntityEvent lineageEntityEvent)
public void deleteRelationship(LineageRelationshipEvent lineageRelationshipEvent)
public void upsertRelationship(LineageRelationshipEvent lineageRelationshipEvent)
lineageRelationshipEvent - the transformed event based on which the relationship will be createdpublic void deleteClassification(LineageRelationshipsEvent lineageRelationshipsEvent)
public boolean isEntityInGraph(String guid)
guid - the guidCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.