Class PgRdbmsGraphConfigBuilder

    • Constructor Detail

      • PgRdbmsGraphConfigBuilder

        public PgRdbmsGraphConfigBuilder()
    • Method Detail

      • setJdbcUrl

        public PgRdbmsGraphConfigBuilder setJdbcUrl​(java.lang.String url)
        Sets the JDBC url.
        Parameters:
        url - the JDBC url.
        Returns:
        this builder object.
      • setUsername

        public PgRdbmsGraphConfigBuilder setUsername​(java.lang.String username)
        Sets the username.
        Parameters:
        username - the username.
        Returns:
        this builder object.
      • setDataSourceId

        public PgRdbmsGraphConfigBuilder setDataSourceId​(java.lang.String dataSource)
        Sets the data source ID.
        Parameters:
        dataSource - the data source ID.
        Returns:
        this builder object.
      • setOwner

        public PgRdbmsGraphConfigBuilder setOwner​(java.lang.String owner)
        Sets the owner.
        Parameters:
        owner - the owner.
        Returns:
        this builder object.
      • setSecurityPolicy

        public PgRdbmsGraphConfigBuilder setSecurityPolicy​(java.lang.String policy)
        Sets the security policy.
        Parameters:
        policy - the security policy.
        Returns:
        this builder object.
      • setLabel

        public PgRdbmsGraphConfigBuilder setLabel​(java.lang.String label)
        Sets the label.
        Parameters:
        label - the label.
        Returns:
        this builder object.
      • setRowLabel

        public PgRdbmsGraphConfigBuilder setRowLabel​(java.lang.String rowLabel)
        Sets the row label.
        Parameters:
        rowLabel - the row label.
        Returns:
        this builder object.
      • setOptions

        public PgRdbmsGraphConfigBuilder setOptions​(java.lang.String options)
        Sets additional options.
        Parameters:
        options - the options.
        Returns:
        this builder object.
      • setVertexViewName

        public PgRdbmsGraphConfigBuilder setVertexViewName​(java.lang.String viewName)
        Sets the vertex view name.
        Parameters:
        viewName - name of the vertex view.
        Returns:
        this builder object.
      • setEdgeViewName

        public PgRdbmsGraphConfigBuilder setEdgeViewName​(java.lang.String viewName)
        Sets the edge view name.
        Parameters:
        viewName - name of the edge view.
        Returns:
        this builder object.
      • setViewParallelHintDegree

        public PgRdbmsGraphConfigBuilder setViewParallelHintDegree​(java.lang.Integer dop)
        Sets the parallel hint degree if loading from a view.
        Parameters:
        dop - the dop
        Returns:
        this builder object.