java.lang.Object
org.odpi.openmetadata.openconnectors.governancedaemonconnectors.lineagewarehouseconnectors.janusconnector.factory.GraphFactory

public class GraphFactory extends Object
  • Constructor Details

    • GraphFactory

      public GraphFactory()
  • Method Details

    • openGraph

      public GraphDetails openGraph(String providerClass, Map<String,Object> configurationProperties) throws JanusConnectorException
      Set the config for Janus Graph.
      Parameters:
      providerClass - - Provider Class name to be used
      configurationProperties - - The configuration properties for janusGraph
      Returns:
      Throws:
      JanusConnectorException - if init fails
    • closeGraph

      public void closeGraph()
      Closes the graph instance.