Class CONFIG.Sparql

  • Enclosing class:
    CONFIG

    public static final class CONFIG.Sparql
    extends java.lang.Object
    SPARQLRepository config
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IRI passThroughEnabled
      Configuration setting for enabling/disabling direct result pass-through.
      static IRI queryEndpoint
      Configuration setting for the SPARQL query endpoint.
      static IRI updateEndpoint
      Configuration setting for the SPARQL update endpoint.
    • Constructor Summary

      Constructors 
      Constructor Description
      Sparql()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • queryEndpoint

        public static final IRI queryEndpoint
        Configuration setting for the SPARQL query endpoint. tag:rdf4j.org,2023:config/sparql.queryEndpoint
      • updateEndpoint

        public static final IRI updateEndpoint
        Configuration setting for the SPARQL update endpoint. tag:rdf4j.org,2023:config/sparql.updateEndpoint
      • passThroughEnabled

        public static final IRI passThroughEnabled
        Configuration setting for enabling/disabling direct result pass-through. tag:rdf4j.org,2023:config/sparql.passThroughEnabled
        See Also:
        SPARQLProtocolSession#isPassThroughEnabled()
    • Constructor Detail

      • Sparql

        public Sparql()