Class SPARQLRepositoryConfig

    • Field Detail

      • QUERY_ENDPOINT

        public static final org.eclipse.rdf4j.model.IRI QUERY_ENDPOINT
        Deprecated.
        use CONFIG#queryEndpoint instead.
        Configuration setting for the SPARQL query endpoint. Required.
      • UPDATE_ENDPOINT

        public static final org.eclipse.rdf4j.model.IRI UPDATE_ENDPOINT
        Deprecated.
        use CONFIG#updateEndpoint instead.
        Configuration setting for the SPARQL update endpoint. Optional.
      • PASS_THROUGH_ENABLED

        public static final org.eclipse.rdf4j.model.IRI PASS_THROUGH_ENABLED
        Deprecated.
        use CONFIG#passThroughEnabled instead.
        Configuration setting for enabling/disabling direct result pass-through. Optional.
        See Also:
        SPARQLProtocolSession.isPassThroughEnabled()
    • Constructor Detail

      • SPARQLRepositoryConfig

        public SPARQLRepositoryConfig()
      • SPARQLRepositoryConfig

        public SPARQLRepositoryConfig​(String queryEndpointUrl)
      • SPARQLRepositoryConfig

        public SPARQLRepositoryConfig​(String queryEndpointUrl,
                                      String updateEndpointUrl)