public class OpenLineageHandler extends Object
| Constructor and Description |
|---|
OpenLineageHandler(MainGraph mainGraph) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpMainGraph()
Write an entire graph to disc in the Egeria root folder, in the .GraphMl format.
|
String |
exportMainGraph()
Return an entire graph, in GraphSon format.
|
LineageResponse |
lineage(Scope scope,
View view,
String guid,
String displayNameMustContain,
boolean includeProcesses)
Returns a lineage subgraph.
|
public OpenLineageHandler(MainGraph mainGraph)
public LineageResponse lineage(Scope scope, View view, String guid, String displayNameMustContain, boolean includeProcesses) throws OpenLineageException
scope - source-and-destination, end-to-end, ultimate-source, ultimate-destination, glossary.view - The view queried by the user: hostview, tableview, columnview.guid - The guid of the node of which the lineage is queried from.displayNameMustContain - includeProcesses - OpenLineageExceptionpublic void dumpMainGraph()
throws OpenLineageException
OpenLineageExceptionpublic String exportMainGraph() throws OpenLineageException
OpenLineageExceptionCopyright © 2018–2020 ODPi. All rights reserved.