| Modifier and Type | Method and Description |
|---|---|
void |
OpenLineageGraphConnector.initializeGraphDB()
Initialize the connectors
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BufferGraphConnectorBase.initializeGraphDB() |
| Modifier and Type | Method and Description |
|---|---|
void |
MainGraph.dumpMainGraph()
Write an entire graph to disc in the Egeria root folder, in the .GraphMl format.
|
String |
MainGraph.exportMainGraph()
Write the maingraph to JSON (GraphSON) format.
|
void |
MainGraph.initializeGraphDB()
Initialize the mainGraph database.
|
abstract void |
MainGraphConnectorBase.initializeGraphDB()
Initialize the mainGraph database.
|
LineageResponse |
MainGraph.lineage(Scope scope,
String guid,
String displayNameMustContain,
boolean includeProcesses)
Returns a lineage subgraph.
|
abstract LineageResponse |
MainGraphConnectorBase.lineage(Scope scope,
String guid,
String displayNameMustContain,
boolean includeProcesses)
Returns a lineage subgraph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenLineageExceptionHandler.captureOpenLineageException(LineageResponse response,
OpenLineageException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenLineageExceptionHandler.detectAndThrowOpenLineageException(String methodName,
FFDCResponseBase restResult)
Throw an detectAndThrowOpenLineageException if it is encoded in the REST response.
|
Copyright © 2018–2020 ODPi. All rights reserved.