public interface MainGraph extends OpenLineageGraphConnector
| Modifier and Type | Method and Description |
|---|---|
Object |
getMainGraph()
Allows the BufferGraphConnector to obtain an instance of mainGraph.
|
void |
initializeGraphDB()
Initialize the mainGraph database.
|
LineageResponse |
lineage(Scope scope,
String guid,
String displayNameMustContain,
boolean includeProcesses)
Returns a lineage subgraph.
|
disconnect, startLineageResponse lineage(Scope scope, String guid, String displayNameMustContain, boolean includeProcesses) throws OpenLineageException
scope - The specific lineage query.guid - The guid of the node of which the lineage is queried from.displayNameMustContain - Used to filter out nodes which displayname does not contain this value.includeProcesses - Will filter out all processes and subprocesses from the response if false.OpenLineageExceptionvoid initializeGraphDB()
throws OpenLineageException
initializeGraphDB in interface OpenLineageGraphConnectorOpenLineageExceptionObject getMainGraph()
Copyright © 2018–2020 ODPi. All rights reserved.