Class GraphFactory
java.lang.Object
org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.factory.GraphFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCloses the graph instance.Set the config for Janus Graph.
-
Constructor Details
-
GraphFactory
public GraphFactory()
-
-
Method Details
-
openGraph
public GraphDetails openGraph(String providerClass, Map<String, Object> configurationProperties) throws JanusConnectorExceptionSet the config for Janus Graph.- Parameters:
providerClass- - Provider Class name to be usedconfigurationProperties- - The configuration properties for janusGraph- Returns:
- Throws:
JanusConnectorException- if init fails
-
closeGraph
public void closeGraph()Closes the graph instance.
-