| Modifier and Type | Method and Description |
|---|---|
Graph |
OpenLineageController.endToEndLineage(String guid,
boolean includeProcesses) |
Graph |
OpenLineageController.sourceAndDestinationLineage(String guid,
boolean includeProcesses) |
Graph |
OpenLineageController.ultimateDestination(String guid,
boolean includeProcesses) |
Graph |
OpenLineageController.ultimateSourceGraph(String guid,
boolean includeProcesses) |
Graph |
OpenLineageController.verticalLineage(String guid,
boolean includeProcesses) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
OpenLineageService.getEndToEndLineage(String userId,
String guid,
boolean includeProcesses) |
Graph |
OpenLineageService.getSourceAndDestination(String userId,
String guid,
boolean includeProcesses) |
Graph |
OpenLineageService.getUltimateDestination(String userId,
String guid,
boolean includeProcesses) |
Graph |
OpenLineageService.getUltimateSource(String userId,
String guid,
boolean includeProcesses) |
Graph |
OpenLineageService.getVerticalLineage(String userId,
String guid,
boolean includeProcesses) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineageGraphDisplayService.applyRules(Graph graph,
String queriedNodeGUID)
This method applies the rules defined in the properties file on the graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvertEdgeRule.apply(Graph graph,
String queriedNodeGUID)
Inverts the edge direction based on the configured parameters
|
void |
RemoveNodesRule.apply(Graph graph,
String queriedNodeGUID)
If the queried node type matches the rule field defined in properties, the graph will be altered by deleting all the nodes of types nodeTypesToRemove from the graph
|
void |
PrimaryCategoryRule.apply(Graph graph,
String queriedNodeGUID)
In order to mark the primaryCategory accordingly the graph is iterated and based on the existence of a classification the nodes and edges are altered
|
void |
Rule.apply(Graph graph,
String queriedNodeGUID) |
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.