public class GraphQueryingServices extends Object
| Constructor and Description |
|---|
GraphQueryingServices(MainGraph mainGraph) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpGraph(String graphName)
Write an entire graph to disc in the Egeria root folder, in the .GraphMl format.
|
String |
exportGraph(String graphName)
Return an entire graph, in GraphSon format.
|
LineageResponse |
lineage(String graphName,
Scope scope,
View view,
String guid)
Returns a lineage subgraph.
|
public GraphQueryingServices(MainGraph mainGraph)
public LineageResponse lineage(String graphName, Scope scope, View view, String guid)
graphName - main, buffer, mock, history.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.public void dumpGraph(String graphName)
graphName - MAIN, BUFFER, MOCK, HISTORY.Copyright © 2018–2019 ODPi. All rights reserved.