Class AbstractPgGraphConfig

    • Constructor Detail

      • AbstractPgGraphConfig

        public AbstractPgGraphConfig()
    • Method Detail

      • getDbEngine

        public abstract DbEngine getDbEngine()
        Gets the target database engine of this configuration.
        Returns:
        the database engine
      • getMaxNumConnections

        public abstract java.lang.Integer getMaxNumConnections()
        Gets the maximum number of connections of this configuration.
        Returns:
        the maximum number of connections
      • setOraclePropertyGraph

        public void setOraclePropertyGraph​(java.lang.Object opg)
        Sets the OraclePropertyGraph to use for loading. If set, rather than creating a new OraclePropertyGraph object based on the information of this config, the given OraclePropertyGraph instance will be used for loading.
        Parameters:
        opg - the new opg
      • getOraclePropertyGraph

        public java.lang.Object getOraclePropertyGraph()
        Gets the opg.
        Returns:
        the opg
      • getVertexIdType

        public IdType getVertexIdType()
        Description copied from class: GraphConfig
        Get the vertex ID type of this graph configuration
        Specified by:
        getVertexIdType in class GraphConfig
        Returns:
        the vertex ID type
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class GraphConfig