public class StoringServices extends Object
| Constructor and Description |
|---|
StoringServices(BufferGraph graphStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntity(LineageEvent lineageEvent)
Delegates the call for the creation of entities and relationships to the connector
|
void |
deleteEntity(LineageEvent lineageEvent)
Delegates the call for the deletion of an entity to the connector
|
void |
updateEntity(LineageEvent lineageEvent)
Delegates the call for the update of an entity to the connector
|
public StoringServices(BufferGraph graphStore)
public void addEntity(LineageEvent lineageEvent)
public void updateEntity(LineageEvent lineageEvent)
public void deleteEntity(LineageEvent lineageEvent)
Copyright © 2018–2020 ODPi. All rights reserved.